Type Alias ISharedLockStateMethods

ISharedLockStateMethods: {
    id: string;
    key: string;
    ttl: TimeSpan | null;
    getState(): Task<ISharedLockState>;
}

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

Type declaration