Skip to content

Variable: listSchedulesRequestSchema

const listSchedulesRequestSchema: ZodObject<{ dashboard_id: ZodString; page_size: ZodOptional<ZodNumber>; page_token: ZodOptional<ZodString>; }, $strip>