mirror of
https://github.com/SyncrowIOT/backend.git
synced 2025-11-26 11:54:54 +00:00
Add endpoint to rename unit by UUID
This commit is contained in:
@ -19,3 +19,8 @@ export interface UnitParentInterface {
|
||||
type: string;
|
||||
parent?: UnitParentInterface;
|
||||
}
|
||||
export interface RenameUnitByUuidInterface {
|
||||
uuid: string;
|
||||
name: string;
|
||||
type: string;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user