Type Alias ILockState

ILockState: {
    getOwner(): string;
    getRemainingTime(): null | TimeSpan;
    isAcquired(): boolean;
    isExpired(): boolean;
}

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

Type declaration