UNPKG

@aws-amplify/appsync-modelgen-plugin

Version:
11 lines 562 B
import { Types } from '@graphql-codegen/plugin-helpers'; import { SyncTypes } from './types/sync'; export declare type Target = 'java' | 'swift' | 'javascript' | 'typescript' | 'dart' | 'introspection'; export declare type AppSyncModelCodeGenPresetConfig = { overrideOutputDir: string | null; target: Target; isDataStoreEnabled?: boolean; }; export declare const presetSync: SyncTypes.OutputPreset<AppSyncModelCodeGenPresetConfig>; export declare const preset: Types.OutputPreset<AppSyncModelCodeGenPresetConfig>; //# sourceMappingURL=preset.d.ts.map