Interface WallPostCopyright

interface WallPostCopyright {
    id: number;
    link: string;
    name: string;
    type: string;
    [key: string]: any;
}

Indexable

[key: string]: any

Properties

Properties

id: number
link: string
name: string
type: string

Generated using TypeDoc