"Fossies" - the Fresh Open Source Software Archive

Member "jitsi-meet-7316/react/features/google-api/actionTypes.ts" (5 Jun 2023, 387 Bytes) of package /linux/misc/jitsi-meet-7316.tar.gz:


As a special service "Fossies" has tried to format the requested source page into HTML format using (guessed) TypeScript source code syntax highlighting (style: standard) with prefixed line numbers and code folding option. Alternatively you can here view or download the uninterpreted source code file.

    1 /**
    2  * The type of Redux action which changes Google API state.
    3  *
    4  * {
    5  *     type: SET_GOOGLE_API_STATE
    6  * }
    7  * @public
    8  */
    9 export const SET_GOOGLE_API_STATE = 'SET_GOOGLE_API_STATE';
   10 
   11 /**
   12  * The type of Redux action which changes Google API profile state.
   13  *
   14  * {
   15  *     type: SET_GOOGLE_API_PROFILE
   16  * }
   17  * @public
   18  */
   19 export const SET_GOOGLE_API_PROFILE = 'SET_GOOGLE_API_PROFILE';