/** * Generated by Orval * Do not edit manually. * See `gen:api` script in package.json */ import type { PersonalDashboardProjectDetailsSchemaOwnersOneOfItemAnyOfOwnerType } from './personalDashboardProjectDetailsSchemaOwnersOneOfItemAnyOfOwnerType'; export type PersonalDashboardProjectDetailsSchemaOwnersOneOfItemAnyOf = { /** @nullable */ email?: string | null; /** @nullable */ imageUrl?: string | null; name: string; ownerType: PersonalDashboardProjectDetailsSchemaOwnersOneOfItemAnyOfOwnerType; };