zgo/src/app/viewelement.model.ts

4 lines
48 B
TypeScript

export interface viewElement {
text: string;
}