update interface, diary

This commit is contained in:
2025-12-04 15:54:49 +07:00
parent 4d60ce279e
commit 0672f8adf9
10 changed files with 291 additions and 90 deletions

View File

@@ -213,12 +213,13 @@ declare namespace Model {
vn_law: boolean;
}
// Seagateway Owner Appp
// Seagateway Owner App
// Thing
interface SearchThingBody {
offset?: number;
limit?: number;
order?: string;
sort?: "asc" | "desc";
dir?: "asc" | "desc";
name?: string;
metadata?: any;
}