2017-01-25 13:44:17 -10:00

5 lines
60 B
TypeScript

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