6 lines
70 B
TypeScript
6 lines
70 B
TypeScript
|
|
||
|
|
||
|
export interface Identity {
|
||
|
userid: string;
|
||
|
email: string;
|
||
|
}
|