Member Junction
    Preparing search index...

    Result from uploading a file through MJ Storage

    interface UploadFileResult {
        ErrorMessage?: string;
        File?: Record<string, unknown>;
        FileID?: string;
        Success: boolean;
    }
    Index

    Properties

    ErrorMessage?: string

    Error message if upload failed

    File?: Record<string, unknown>

    The created File record payload

    FileID?: string

    The newly created MJ: Files record ID

    Success: boolean

    Whether the upload and file creation was successful