Choices/public/types/src/scripts/interfaces/notice.d.ts

5 lines
107 B
TypeScript
Raw Normal View History

2021-12-26 22:38:09 +01:00
export interface Notice {
response: boolean;
notice: string;
}
//# sourceMappingURL=notice.d.ts.map