Variable: GetCustomContentContentPropertiesSchema
ts
const GetCustomContentContentPropertiesSchema: ZodObject<{
cursor: ZodOptional<ZodString>;
customContentId: ZodNumber;
key: ZodOptional<ZodString>;
limit: ZodOptional<ZodNumber>;
sort: ZodOptional<ZodEnum<{
-key: "-key";
key: "key";
}>>;
}, $strip>;Defined in: src/v2/parameters/getCustomContentContentProperties.ts:4