Interface WithAccount

Cualquier cosa que la API devuelve unas veces poblada y otras como identificador.

interface WithAccount {
    id_account: string | Account;
}

Properties

Properties

id_account: string | Account