Type alias FunctionEventContext<P>
FunctionEventContext<P>: { appInstallationParameters: P; environmentId: string; spaceId: string; } Type Parameters
- P extends Record<string, any> = Record<string, any>
Type declaration
appInstallationParameters: P
environmentId: string
spaceId: string
P: Possibility to type app installation parameters