Browse Source

feat: add isRequired prop to PropertyDef interface

pull/6102/head
Arman Ozak 6 years ago
parent
commit
50b07bb061
  1. 1
      npm/ng-packs/packages/schematics/src/models/api-definition.ts

1
npm/ng-packs/packages/schematics/src/models/api-definition.ts

@ -18,6 +18,7 @@ export interface PropertyDef {
name: string;
type: string;
typeSimple: string;
isRequired: boolean;
}
export interface Module {

Loading…
Cancel
Save