10 lines
218 B
TypeScript
10 lines
218 B
TypeScript
/* generated using openapi-typescript-codegen -- do no edit */
|
|
/* istanbul ignore file */
|
|
/* tslint:disable */
|
|
/* eslint-disable */
|
|
export type ActionParam = {
|
|
name: string;
|
|
type: string;
|
|
dflt: string;
|
|
};
|
|
|