@aws-amplify/appsync-modelgen-plugin
Version:
20 lines • 507 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.schemaTypeMap = void 0;
exports.schemaTypeMap = {
ID: '.string',
String: '.string',
Int: '.int',
Float: '.double',
Boolean: '.bool',
AWSDate: '.date',
AWSTime: '.time',
AWSDateTime: '.dateTime',
AWSTimestamp: '.int',
AWSEmail: '.string',
AWSJSON: '.string',
AWSURL: '.string',
AWSPhone: '.string',
AWSIPAddress: '.string',
};
//# sourceMappingURL=swift-config.js.map