UNPKG

123 BPlain TextView Raw
1/**
2 * The generated class
3 *
4 */
5export class GenTodo {
6 /**
7 * Completed status
8 */
9 completed: boolean;
10}