Variable GetUsersSchemaConst
GetUsersSchema: ZodObject<
{
attributes: ZodOptional<ZodString>;
count: ZodOptional<ZodNumber>;
directoryId: ZodString;
excludedAttributes: ZodOptional<ZodString>;
filter: ZodOptional<ZodString>;
startIndex: ZodOptional<ZodNumber>;
},
$strip,
> = ...