Type Alias ISemaphoreStateMethods

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

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

Type declaration