Variable: GetLabelsForSpaceSchema
ts
const GetLabelsForSpaceSchema: ZodObject<{
limit: ZodOptional<ZodNumber>;
prefix: ZodOptional<ZodCustom<"global" | string & object | "my" | "team", "global" | string & object | "my" | "team">>;
spaceKey: ZodString;
start: ZodOptional<ZodNumber>;
}, $strip>;Defined in: src/v1/parameters/getLabelsForSpace.ts:4