videosphere
    Preparing search index...

    Defines the shape of create upload job input.

    interface CreateUploadJobInput {
        userId: string;
        draftId: string;
        r2Key: string;
    }
    Index

    Properties

    Properties

    userId: string
    draftId: string
    r2Key: string

    R2 object key for the video file (from the presign step).