Interface AdsPostOwner

interface AdsPostOwner {
    id: number;
    name: string;
    photo: string;
    url: string;
    [key: string]: any;
}

Indexable

[key: string]: any

Properties

Properties

id: number

Owner id

name: string

Name

photo: string

Photo url

url: string

Profile url

Generated using TypeDoc