Type Alias SemaphoreAcquireSettings

SemaphoreAcquireSettings: {
    key: string;
    limit: number;
    slotId: string;
    ttl: TimeSpan | null;
}

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