diff --git a/src/frontend/src/types/api/index.ts b/src/frontend/src/types/api/index.ts index a70227735..3fc20be68 100644 --- a/src/frontend/src/types/api/index.ts +++ b/src/frontend/src/types/api/index.ts @@ -24,6 +24,7 @@ export type APIClassType = { documentation: string; error?: string; official?: boolean; + pinned?: boolean; flow?: FlowType; [key: string]: | Array