Skip to content

Variable: GetForgeAppPropertiesSchema

ts
const GetForgeAppPropertiesSchema: ZodObject<{
  cursor: ZodOptional<ZodString>;
  limit: ZodOptional<ZodNumber>;
}, $strip>;

Defined in: src/v2/parameters/getForgeAppProperties.ts:3