2025-04-16 02:11:26 +01:00

5 lines
113 B
TypeScript

export interface IClearResponse {
error: null;
id: number;
}
//# sourceMappingURL=clear-response.d.ts.map