Variable: GetSpaceContentLabelsSchema
ts
const GetSpaceContentLabelsSchema: ZodObject<{
cursor: ZodOptional<ZodString>;
id: ZodNumber;
limit: ZodOptional<ZodNumber>;
prefix: ZodOptional<ZodCustom<string & object | "my" | "team", string & object | "my" | "team">>;
sort: ZodOptional<ZodString>;
}, $strip>;Defined in: src/v2/parameters/getSpaceContentLabels.ts:4