vk-io
    Preparing search index...

    Interface IResolvedOwnerResource

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

    Properties

    Properties

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