Add icon property to APIClassType

This commit is contained in:
Gabriel Luiz Freitas Almeida 2024-02-08 10:02:33 -03:00
commit f48b4468f6

View file

@ -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;