Type alias GetTriggerPayloadSchemaOpts

GetTriggerPayloadSchemaOpts: {
    appKey: string;
    consumerKey: string;
    credentialKey: string;
    inputParams: Record<string, any>;
    triggerKey: string;
}

Type declaration

  • appKey: string
  • consumerKey: string
  • credentialKey: string
  • inputParams: Record<string, any>
  • triggerKey: string