Variable: GetAllLabelsSchema
ts
const GetAllLabelsSchema: ZodObject<{
maxResults: ZodOptional<ZodNumber>;
startAt: ZodOptional<ZodNumber>;
}, $strip>;Defined in: src/cloud/parameters/getAllLabels.ts:3