2017-04-24 14:00:51 +01:00

5 lines
60 B
TypeScript

// #docregion
export interface AdComponent {
data: any;
}