1 2 3 4 5 6
export class PropertyInputDetail { inputId: string; inputName: string; inputPath: string; list: boolean; }