Type Alias KyselySemaphoreSlotTable

KyselySemaphoreSlotTable: {
    expiration: number | string | null;
    id: string;
    key: string;
}

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