Sanity Library Reference Docs
    Preparing search index...

    Interface UploadEventBeta

    interface UploadEvent {
        file: File;
        schemaType: SchemaType;
        uploader: Uploader;
    }
    Index

    Properties

    file: File
    schemaType: SchemaType
    uploader: Uploader