Type Alias CreateActionRequest

CreateActionRequest: {
    key: string;
    name: string;
    type?: ActionType;
    inputSchema?: any;
    config?: any;
    integrationId?: string;
}

Type declaration

  • key: string
  • name: string
  • Optionaltype?: ActionType
  • OptionalinputSchema?: any
  • Optionalconfig?: any
  • OptionalintegrationId?: string