File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 1- import { Model } from "<%= path_to_root %> base/Model"
1+ import { Model as FoobaraModel } from "<%= path_to_root %> base/Model"
22<% dependency_roots.each do |dependency_root| %>
33import <%= dependency_root.import_destructure %> from "<%= path_to_root %> <%= dependency_root.import_path %> "
44<% end %>
@@ -7,7 +7,7 @@ export interface <%= model_short_name %>AttributesType <%= attributes_type_ts_ty
77
88export class <%= model_short_name %> <
99 AttributesType extends <%= model_short_name %> AttributesType = <%= model_short_name %> AttributesType
10- > extends Model < AttributesType > {
10+ > extends FoobaraModel < AttributesType > {
1111 static readonly modelName: string = "<%= model_short_name %> "
1212
1313 <% attribute_names . each do |attribute_name | %>
You can’t perform that action at this time.
0 commit comments