5 lines
60 B
TypeScript
Raw Normal View History

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