租房小程序前端代码
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

11 lines
291 B

3 months ago
  1. export default KEYS;
  2. export type VisitorKeys = {
  3. readonly [type: string]: readonly string[];
  4. };
  5. /**
  6. * @typedef {{ readonly [type: string]: ReadonlyArray<string> }} VisitorKeys
  7. */
  8. /**
  9. * @type {VisitorKeys}
  10. */
  11. declare const KEYS: VisitorKeys;
  12. //# sourceMappingURL=visitor-keys.d.ts.map