mirror of
https://github.com/D4M13N-D3V/comissions-app-ui.git
synced 2025-03-14 08:15:08 +00:00
10 lines
160 B
TypeScript
10 lines
160 B
TypeScript
![]() |
export type User = {
|
||
|
email: string;
|
||
|
email_verified: boolean;
|
||
|
name: string;
|
||
|
nickname: string;
|
||
|
picture: string;
|
||
|
sub: string;
|
||
|
updated_at: string;
|
||
|
};
|