mirror of
https://github.com/Expand-sys/ccashfrontend
synced 2025-12-19 16:12:14 +11:00
3 lines
48 B
TypeScript
3 lines
48 B
TypeScript
export declare class User {
|
|
user: string;
|
|
}
|