5 lines
60 B
TypeScript
5 lines
60 B
TypeScript
|
// #docregion
|
||
|
export interface AdComponent {
|
||
|
data: any;
|
||
|
}
|