@nebius/js-sdk - v0.1.4
    Preparing search index...
    interface Artifact {
        "[customJson]"?: () => unknown;
        "[unknownFieldsSymbol]"?: Uint8Array<ArrayBufferLike>;
        $type: "nebius.registry.v1.Artifact";
        createdAt?: Dayjs;
        digest: string;
        id: string;
        mediaType: string;
        name: string;
        size: Long;
        status: Artifact_Status;
        type: Artifact_Type;
        updatedAt?: Dayjs;
        [key: symbol]: Uint8Array<ArrayBufferLike> | (() => unknown) | undefined;
    }

    Indexable

    • [key: symbol]: Uint8Array<ArrayBufferLike> | (() => unknown) | undefined
    Index

    Properties

    "[customJson]"?: () => unknown
    "[unknownFieldsSymbol]"?: Uint8Array<ArrayBufferLike>
    $type: "nebius.registry.v1.Artifact"
    createdAt?: Dayjs
    digest: string
    id: string
    mediaType: string
    name: string
    size: Long
    updatedAt?: Dayjs