diff --git a/plugins/techdocs-react/api-report.md b/plugins/techdocs-react/api-report.md index 93456b7586..28404a88fc 100644 --- a/plugins/techdocs-react/api-report.md +++ b/plugins/techdocs-react/api-report.md @@ -70,6 +70,10 @@ export interface TechDocsApi { ): Promise; // (undocumented) getTechDocsMetadata(entityId: CompoundEntityRef): Promise; + // (undocumented) + issueUserCookie(): Promise<{ + expiresAt: string; + }>; } // @public