manifest
Version:
The backend for AI code editors
23 lines (22 loc) • 829 B
JavaScript
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.propTypeTsType = void 0;
const src_1 = require("../../../../types/src");
exports.propTypeTsType = {
[]: 'string',
[]: 'string',
[]: 'string',
[]: 'number',
[]: 'string',
[]: 'number',
[]: 'Date',
[]: 'Date',
[]: 'string',
[]: 'boolean',
[]: 'string',
[]: 'string',
[]: '{ lat: number; lng: number }',
[]: 'string',
[]: 'string',
[]: 'string'
};