videosphere
    Preparing search index...

    Defines the shape of upload video form props.

    interface UploadVideoFormProps {
        draftId: string;
        backHref: string;
    }
    Index

    Properties

    Properties

    draftId: string

    Draft ID to associate this upload with.

    backHref: string

    Where the "Back" link navigates — typically the draft edit page.