Interface IResolvedOwnerResource

interface IResolvedOwnerResource {
    id: number;
    ownerId: number;
    type: "audio" | "video" | "album" | "doc" | "photo" | "wall" | "topic";
}

Properties

Properties

id: number
ownerId: number
type: "audio" | "video" | "album" | "doc" | "photo" | "wall" | "topic"

Generated using TypeDoc