Add pinned property to APIClassType

This commit is contained in:
anovazzi1 2024-01-23 16:10:34 -03:00
commit 7c6b220ecd

View file

@ -24,6 +24,7 @@ export type APIClassType = {
documentation: string;
error?: string;
official?: boolean;
pinned?: boolean;
flow?: FlowType;
[key: string]:
| Array<string>