aboutsummaryrefslogtreecommitdiffstats
path: root/catalog-ui/src/app/models/properties-inputs/property-input-detail.ts
blob: 03f7b4090be7f1c2343bbb5d12c6dee77cc391a1 (plain)
1
2
3
4
5
6
export class PropertyInputDetail {
    inputId: string;
    inputName: string;
    inputPath: string;
    list: boolean;
}