API documentation
interface
Account
export interface Account {
id: number;
account: string;
currency: string;
isDefault: boolean;
userType: UserType;
isCrypto: boolean;
name?: string;
}export interface Account {
id: number;
account: string;
currency: string;
isDefault: boolean;
userType: UserType;
isCrypto: boolean;
name?: string;
}We use essential cookies to make this site work. With your consent, we may also use non-essential cookies for analytics and marketing. You can change your choices at any time.
See our Privacy Policy and Cookie Policy.