Interface BaseOwnerCover

interface BaseOwnerCover {
    images: BaseImage[];
    photo_id: number;
    [key: string]: any;
}

Indexable

[key: string]: any

Properties

Properties

images: BaseImage[]
photo_id: number

Generated using TypeDoc