interface InfoAccount {
    id: number;
    nome_conto: string;
}

Properties

Properties

id: number
nome_conto: string