import { snowflake } from "../app.mjs"; import { AppAction } from "@keystrokehq/keystroke/app"; import { z } from "zod"; //#region src/actions/get-component-status.d.ts declare const SnowflakeGetComponentStatusInput: z.ZodObject<{ limit: z.ZodOptional; }, z.core.$strip>; declare const SnowflakeGetComponentStatusOutput: z.ZodObject<{ page: z.ZodNullable; url: z.ZodNullable; name: z.ZodNullable; updated_at: z.ZodNullable; }, z.core.$loose>>; components: z.ZodArray; name: z.ZodNullable; group: z.ZodNullable; status: z.ZodNullable; page_id: z.ZodNullable; group_id: z.ZodOptional>; position: z.ZodNullable; showcase: z.ZodNullable; created_at: z.ZodNullable; start_date: z.ZodOptional>; updated_at: z.ZodNullable; description: z.ZodOptional>; only_show_if_degraded: z.ZodNullable; }, z.core.$loose>>; }, z.core.$loose>; declare const snowflakeGetComponentStatus: AppAction; //#endregion export { snowflakeGetComponentStatus }; //# sourceMappingURL=get-component-status.d.mts.map