Skip to content

Variable: GetProjectRoleSchema

ts
const GetProjectRoleSchema: ZodObject<{
  excludeInactiveUsers: ZodOptional<ZodBoolean>;
  id: ZodNumber;
  projectIdOrKey: ZodString;
}, $strip>;

Defined in: src/cloud/parameters/getProjectRole.ts:3