Newer
Older
CamaraComercioWeb / src / app / core / interfaces / site / image.ts
Fabian VC on 19 Oct 2021 93 bytes [fix] fix styles
export interface Image{
    src?: string;
    creation_date?: string;
    verbose?: string;
}