@triply/triplydb
    Preparing search index...

    Interface AssetVersion

    interface AssetVersion {
        fileSize: number;
        id: string;
        uploadedAt: string;
        uploadedBy?: { accountName: string; name?: string };
        url: string;
    }
    Index
    fileSize: number

    Size in bytes.

    id: string

    Identifier for this version, used to address it directly.

    uploadedAt: string

    When this version was uploaded.

    uploadedBy?: { accountName: string; name?: string }

    Absent for a version uploaded by a token whose owner has since been removed.

    url: string

    Download URL for this specific version.