Type Alias KyselyWriterLockTable

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

IMPORT_PATH: "@daiso-tech/core/shared-lock/kysely-shared-lock-adapter"