Add edit ToolType; Users type; Reports cleanup; Type safery

This commit is contained in:
cracklesparkle
2024-12-19 17:00:11 +09:00
parent 71055e7cd0
commit 5218ee851f
7 changed files with 13 additions and 80 deletions

View File

@ -9,7 +9,6 @@ export interface ICity {
}
export interface IBoiler {
id: string;
id_object: string;
boiler_name: string;
boiler_code: string;