Add pinned property to APIClassType
This commit is contained in:
parent
fbc926a436
commit
7c6b220ecd
1 changed files with 1 additions and 0 deletions
|
|
@ -24,6 +24,7 @@ export type APIClassType = {
|
|||
documentation: string;
|
||||
error?: string;
|
||||
official?: boolean;
|
||||
pinned?: boolean;
|
||||
flow?: FlowType;
|
||||
[key: string]:
|
||||
| Array<string>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue