UNPKG

@aws-amplify/graphql-schema-generator

Version:
6 lines 191 B
export type DBEngineType = 'MySQL' | 'Postgres' | 'DynamoDB'; export declare class Engine { type: DBEngineType; constructor(type: DBEngineType); } //# sourceMappingURL=engine.d.ts.map