rename to core
This commit is contained in:
8
core/identity/application/dto/AuthenticatedUserDTO.ts
Normal file
8
core/identity/application/dto/AuthenticatedUserDTO.ts
Normal file
@@ -0,0 +1,8 @@
|
||||
export interface AuthenticatedUserDTO {
|
||||
id: string;
|
||||
displayName: string;
|
||||
email?: string;
|
||||
iracingCustomerId?: string;
|
||||
primaryDriverId?: string;
|
||||
avatarUrl?: string;
|
||||
}
|
||||
Reference in New Issue
Block a user