export class DeleteText { text: string; constructor(text: string) { this.text = text; } }