interface Account {
    accountId: string;
    username?: string;
}

Properties

Properties

accountId: string
username?: string