Choices/types/src/scripts/interfaces/notice.d.ts
2022-01-12 01:26:00 +00:00

5 lines
107 B
TypeScript

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