Type Alias KyselyLockTable

KyselyLockTable: {
    expiration: number | bigint | string | null;
    key: string;
    owner: string;
}

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