Signed-off-by: Vasiliy Tolstov <v.tolstov@unistack.org>
This commit is contained in:
2023-08-19 16:55:52 +03:00
parent 0e18a63f10
commit 59e28e5a86
18 changed files with 801 additions and 804 deletions

View File

@@ -1,11 +1,8 @@
/* tslint:disable */
/* eslint-disable */
export interface Module {
created?: string;
id?: number;
last_version?: string;
last_check?: string;
name?: string;
package?: number;
updated?: string;
version?: string;
}