import * as z from "zod"; /** * Sample notification data to evaluate the filter against. */ export type SampleData = {}; export declare const SampleData$zodSchema: z.ZodType; export type TestTriggerRequest = { sample_data?: SampleData | undefined; }; export declare const TestTriggerRequest$zodSchema: z.ZodType; //# sourceMappingURL=testtriggerrequest.d.ts.map