export type Trigger = "CONSOLE" | "API" | "PORTONE_ADMIN" | string & {};
