@edgible-team/sdk
    Preparing search index...

    Interface RegisterArtifactResult

    Result of ArtifactsClient.register: whether this caller was the put-if-absent winner.

    interface RegisterArtifactResult {
        artifact: ArtifactRecord;
        registered: boolean;
    }
    Index

    Properties

    Properties

    artifact: ArtifactRecord
    registered: boolean

    True when THIS call created the record; false when it already existed.