Update tag actions (WIP)
This commit is contained in:
parent
61f0175957
commit
a0dee656d4
17 changed files with 195 additions and 30 deletions
10
src/app/openapi/models/ActionsResults.ts
Normal file
10
src/app/openapi/models/ActionsResults.ts
Normal file
|
@ -0,0 +1,10 @@
|
|||
/* generated using openapi-typescript-codegen -- do no edit */
|
||||
/* istanbul ignore file */
|
||||
/* tslint:disable */
|
||||
/* eslint-disable */
|
||||
import type { ActionResults } from './ActionResults';
|
||||
export type ActionsResults = {
|
||||
message?: (string | null);
|
||||
actionResults?: Array<ActionResults>;
|
||||
};
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue