export default class STWNews { title: string; adspace: string; body: string; image: string; constructor(data: any); }