export type TriggerResponse = { slug: string; readonly template: string | null; readonly platform: string | null; readonly parameters: any; };