FunctionEventContext<P>: {
    appInstallationParameters: P;
    environmentId: string;
    spaceId: string;
}

P: Possibility to type app installation parameters

Type Parameters

  • P extends Record<string, any> = Record<string, any>

Type declaration

  • appInstallationParameters: P
  • environmentId: string
  • spaceId: string

Generated using TypeDoc