josal/entities/account.d.ts
kogeletey f44e830205
feat: create client way
refactor: formating using biome code
2024-09-08 23:15:54 +03:00

6 lines
96 B
TypeScript

export type Account = {
uuid: string
username?: string
publicKey: string
currency: string
}