feat: titles page
This commit is contained in:
parent
6836cfa057
commit
b976c35b8e
44 changed files with 1539 additions and 107 deletions
10
modules/frontend/src/api_/models/Image.ts
Normal file
10
modules/frontend/src/api_/models/Image.ts
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
/* generated using openapi-typescript-codegen -- do not edit */
|
||||
/* istanbul ignore file */
|
||||
/* tslint:disable */
|
||||
/* eslint-disable */
|
||||
export type Image = {
|
||||
id?: number;
|
||||
storage_type?: string;
|
||||
image_path?: string;
|
||||
};
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue