videosphere
    Preparing search index...

    Interface DraftDashboardSummary

    Defines the shape of draft dashboard summary.

    interface DraftDashboardSummary {
        readyDraftCount: number;
        previewDrafts: Draft[];
    }
    Index

    Properties

    readyDraftCount: number
    previewDrafts: Draft[]