5d2c1116e40f0ac86fb8d54c765ff00303346e0b
[ccsdk/cds.git] /
1 export class InputActionAttribute {
2     name: string;
3     description: string;
4     type: string;
5     required: boolean;
6 }
7
8 export class OutputActionAttribute extends InputActionAttribute {
9
10 }