Interface RemoteCopyContribution

interface RemoteCopyContribution {
    copy(registry): MaybePromise<void>;
}

Methods

Methods