interface UmbMoveRepository {
    destroy(): void;
    requestMoveTo(
        args: UmbMoveToRequestArgs,
    ): Promise<UmbRepositoryErrorResponse>;
}

Hierarchy (View Summary, Expand)

Implemented by

Methods

MMNEPVFCICPMFPCPTTAAATR