Choices/public/types/src/scripts/interfaces/notice.d.ts
2021-12-26 16:38:09 -05:00

5 lines
107 B
TypeScript

export interface Notice {
response: boolean;
notice: string;
}
//# sourceMappingURL=notice.d.ts.map