Files
med-notes/.pnpm-store/v10/files/89/b20207d21122e471bbf4ca51f13e4a33faf0f2fd7908f283eecaff05478131e620493f5086741c9cbb5246f55508a3a35db57769f86a8762ebe9168c88dda7
2025-05-09 05:30:08 +02:00

12 lines
295 B
Plaintext

export default KEYS;
export type VisitorKeys = {
readonly [type: string]: ReadonlyArray<string>;
};
/**
* @typedef {{ readonly [type: string]: ReadonlyArray<string> }} VisitorKeys
*/
/**
* @type {VisitorKeys}
*/
declare const KEYS: VisitorKeys;
//# sourceMappingURL=visitor-keys.d.ts.map