Trevixal API
    Preparing search index...

    Interface UploadResult

    What a backend returns once the bytes are durably stored.

    interface UploadResult {
        height?: number;
        key?: string;
        url: string;
        width?: number;
    }
    Index
    height?: number
    key?: string

    Backend-specific handle used to delete the object later.

    url: string

    Public URL the editor renders in src.

    width?: number