Choices/src/scripts/interfaces/notice.ts

6 lines
83 B
TypeScript

// @todo rename
export interface Notice {
response: boolean;
notice: string;
}