Type Alias ILockStateMethods

ILockStateMethods: {
    id: string;
    key: string;
    ttl: ITimeSpan | null;
    getState(): LazyPromise<ILockState>;
}

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

Type declaration