Add icon property to APIClassType
This commit is contained in:
parent
585ae464a1
commit
f48b4468f6
1 changed files with 1 additions and 0 deletions
|
|
@ -17,6 +17,7 @@ export type APIClassType = {
|
|||
description: string;
|
||||
template: APITemplateType;
|
||||
display_name: string;
|
||||
icon?: string;
|
||||
input_types?: Array<string>;
|
||||
output_types?: Array<string>;
|
||||
custom_fields?: CustomFieldsType;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue