Type Alias UnexpectedErrorLockEvent

UnexpectedErrorLockEvent: {
    error: unknown;
    key: string;
    owner: string;
    ttl: TimeSpan | null;
}

IMPORT_PATH: "@daiso-tech/core/lock/contracts"