Newer
Older
CamaraComercioWeb / src / app / core / interfaces / site / owner.ts
export interface Owner{
    dni: string;
    full_name: string;
}