Variable: GetSpaceLabelsSchema
ts
const GetSpaceLabelsSchema: 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/getSpaceLabels.ts:4