Signed-off-by: Vasiliy Tolstov <v.tolstov@unistack.org>
This commit is contained in:
2023-08-16 13:17:42 +03:00
parent 0678e72908
commit 78f0ae14d7
70 changed files with 4159 additions and 2355 deletions

View File

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