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

Hierarchy (view full)

  • BaseEvent<{
        key: string;
        owner: string;
        ttl: TimeSpan;
    }>
    • KeyRefreshedLockEvent

Constructors

Properties

Constructors

Properties

fields: {
    key: string;
    owner: string;
    ttl: TimeSpan;
}