export default class CodegenProperty { isReadOnly: boolean; isEnum: boolean; baseName: any; datatype: any; toString(): string; }