Created
January 15, 2020 23:34
-
-
Save tianhaoz95/f49018c7b35ff22e1ab2ef728f0d314f to your computer and use it in GitHub Desktop.
Declaration of function context
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
export interface FunctionContext { | |
authenticated: boolean; | |
uid: string; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment