@aws-amplify/appsync-modelgen-plugin
Version:
17 lines • 502 B
TypeScript
export declare const TransformerV2DirectiveName: {
HAS_ONE: string;
HAS_MANY: string;
BELONGS_TO: string;
MODEL: string;
AUTH: string;
PRIMARY_KEY: string;
INDEX: string;
DEFAULT: string;
SEARCHABLE: string;
GENERATION: string;
CONVERSATION: string;
};
export declare const DEFAULT_HASH_KEY_FIELD = "id";
export declare const DEFAULT_CREATED_TIME = "createdAt";
export declare const DEFAULT_UPDATED_TIME = "updatedAt";
//# sourceMappingURL=constants.d.ts.map