Variable: GetBulkUserLookupSchema
ts
const GetBulkUserLookupSchema: ZodObject<{
accountId: ZodString;
expand: ZodOptional<ZodArray<ZodCustom<
| string & object
| "operations"
| "isExternalCollaborator"
| "personalSpace",
| string & object
| "operations"
| "isExternalCollaborator"
| "personalSpace">>>;
}, $strip>;Defined in: src/v1/parameters/getBulkUserLookup.ts:4