api client refactor
This commit is contained in:
11
apps/website/lib/dtos/SessionDataDto.ts
Normal file
11
apps/website/lib/dtos/SessionDataDto.ts
Normal file
@@ -0,0 +1,11 @@
|
||||
/**
|
||||
* Session data data transfer object
|
||||
* User session information
|
||||
*/
|
||||
export interface SessionDataDto {
|
||||
userId: string;
|
||||
email: string;
|
||||
displayName?: string;
|
||||
driverId?: string;
|
||||
isAuthenticated: boolean;
|
||||
}
|
||||
Reference in New Issue
Block a user