user-service
    Preparing search index...
    interface UnitOfWork {
        executeTransactionally<T>(operation: () => Promise<T>): Promise<T>;
    }

    Implemented by

    Index

    Methods