(field: IBaseFieldMeta)
| 17 | } |
| 18 | |
| 19 | formatStringField(field: IBaseFieldMeta) { |
| 20 | return `${ field.name }: string;`; |
| 21 | } |
| 22 | |
| 23 | formatSelectField(field: IBaseFieldMeta) { |
| 24 | const property = field.property as any; |
no outgoing calls
no test coverage detected