mirror of
https://github.com/Sevichecc/Urara-Blog.git
synced 2025-05-05 21:09:30 +08:00
6 lines
No EOL
205 B
Text
6 lines
No EOL
205 B
Text
interface VisitorKeys {
|
|
readonly [type: string]: readonly string[] | undefined;
|
|
}
|
|
declare const visitorKeys: VisitorKeys;
|
|
export { visitorKeys, VisitorKeys };
|
|
//# sourceMappingURL=visitor-keys.d.ts.map |