@lasuillard/raindrop-client
    Preparing search index...

    Interface GetChildCollectionsResponseItemsInner

    GetChildCollectionsResponseItemsInner

    interface GetChildCollectionsResponseItemsInner {
        _id: number;
        access: CollectionAccess;
        author: boolean;
        color?: string;
        count: number;
        cover: string[];
        created: string;
        creatorRef: CreatorRef;
        description: string;
        expanded: boolean;
        lastAction: string;
        lastUpdate: string;
        parent: null | CollectionRef;
        public: boolean;
        slug: string;
        sort: number;
        title: string;
        user: UserRef;
        view: string;
    }
    Index

    Properties

    _id: number

    GetChildCollectionsResponseItemsInner

    GetChildCollectionsResponseItemsInner

    author: boolean

    GetChildCollectionsResponseItemsInner

    color?: string

    GetChildCollectionsResponseItemsInner

    count: number

    GetChildCollectionsResponseItemsInner

    cover: string[]

    GetChildCollectionsResponseItemsInner

    created: string

    GetChildCollectionsResponseItemsInner

    creatorRef: CreatorRef

    GetChildCollectionsResponseItemsInner

    description: string

    GetChildCollectionsResponseItemsInner

    expanded: boolean

    GetChildCollectionsResponseItemsInner

    lastAction: string

    GetChildCollectionsResponseItemsInner

    lastUpdate: string

    GetChildCollectionsResponseItemsInner

    parent: null | CollectionRef

    GetChildCollectionsResponseItemsInner

    public: boolean

    GetChildCollectionsResponseItemsInner

    slug: string

    GetChildCollectionsResponseItemsInner

    sort: number

    GetChildCollectionsResponseItemsInner

    title: string

    GetChildCollectionsResponseItemsInner

    user: UserRef

    GetChildCollectionsResponseItemsInner

    view: string

    GetChildCollectionsResponseItemsInner