Member Junction
    Preparing search index...
    interface BufferPost {
        assets: BufferAssets;
        channelId: string;
        channelService: string;
        createdAt: string;
        dueAt: string;
        id: string;
        schedulingType: string;
        sentAt: string;
        status: BufferPostStatus;
        tags: { id: string; name: string }[];
        text: string;
        updatedAt: string;
        via: string;
    }
    Index

    Properties

    assets: BufferAssets
    channelId: string
    channelService: string
    createdAt: string
    dueAt: string
    id: string
    schedulingType: string
    sentAt: string
    tags: { id: string; name: string }[]
    text: string
    updatedAt: string
    via: string