3 lines
144 B
TypeScript
3 lines
144 B
TypeScript
import type { DatabasePath } from '../types.js';
|
|
export declare function getDatabaseKey(databasePath: DatabasePath, clientKey: string): string;
|