@nebius/js-sdk - v0.1.22
    Preparing search index...

    Interface ListArtifactsResponse

    interface ListArtifactsResponse {
        "[customJson]"?: () => unknown;
        "[unknownFieldsSymbol]"?: Uint8Array<ArrayBufferLike>;
        $type: "nebius.registry.v1.ListArtifactsResponse";
        items: Artifact[];
        nextPageToken: string;
        [key: symbol]: Uint8Array<ArrayBufferLike> | (() => unknown) | undefined;
    }

    Indexable

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

    Properties

    "[customJson]"?: () => unknown
    "[unknownFieldsSymbol]"?: Uint8Array<ArrayBufferLike>
    $type: "nebius.registry.v1.ListArtifactsResponse"
    items: Artifact[]
    nextPageToken: string