Variable: GetAssetsWorkspacesSchema
ts
const GetAssetsWorkspacesSchema: ZodObject<{
limit: ZodOptional<ZodNumber>;
start: ZodOptional<ZodNumber>;
}, $strip>;Defined in: src/serviceDesk/parameters/getAssetsWorkspaces.ts:3