/** * Generated by Orval * Do not edit manually. * See `gen:api` script in package.json */ import type { UserWithProjectRoleSchema } from './userWithProjectRoleSchema'; import type { RoleSchema } from './roleSchema'; export interface ProjectUsers { users: UserWithProjectRoleSchema[]; roles: RoleSchema[]; }