4 lines
49 B
TypeScript
4 lines
49 B
TypeScript
export interface UserAccount {
|
|
id: string;
|
|
}
|
export interface UserAccount {
|
|
id: string;
|
|
}
|