Type Alias ISemaphoreProviderBase

ISemaphoreProviderBase: {
    create(
        key: string,
        settings: SemaphoreProviderCreateSettings,
    ): ISemaphore;
}

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

Type declaration