videosphere
    Preparing search index...

    Shape stored in the document column (JSON).

    interface DraftDocumentStored {
        targets: readonly ConnectedAccountPlatform[];
        title: string;
        description: string;
        visibility: PlatformUploadVisibility;
        tags: string[];
        platforms: DraftPlatforms;
        backupNaming?: BackupFileNameSettings;
        thumbnailR2Key?: string;
        thumbnailContentType?: string;
        usedInUploadAt?: string;
    }
    Index

    Properties

    targets: readonly ConnectedAccountPlatform[]
    title: string
    description: string
    tags: string[]
    platforms: DraftPlatforms
    backupNaming?: BackupFileNameSettings
    thumbnailR2Key?: string

    R2 key for draft thumbnail; omitted when unset.

    thumbnailContentType?: string
    usedInUploadAt?: string

    When this draft was first used to create an upload job. Stored in the draft document JSON to avoid an expensive usage scan.