mirror of
https://github.com/stackblitz/bolt.new
synced 2025-06-26 18:17:50 +00:00
5 lines
73 B
TypeScript
5 lines
73 B
TypeScript
export interface User {
|
|
// ... 其他字段
|
|
token_balance: number;
|
|
}
|