From 0eee711bfafa32bda103cb28c960a5cc0ac14ea2 Mon Sep 17 00:00:00 2001 From: ThetaSinner Date: Thu, 21 Dec 2023 16:27:52 +0000 Subject: [PATCH] Export docs --- ts/src/trycp/types.ts | 2 ++ 1 file changed, 2 insertions(+) diff --git a/ts/src/trycp/types.ts b/ts/src/trycp/types.ts index f641e9e3..b018ea48 100644 --- a/ts/src/trycp/types.ts +++ b/ts/src/trycp/types.ts @@ -453,6 +453,8 @@ export interface RequestCallAdminInterface { /** * The types of all possible calls to the Admin API. + * + * @public */ export interface RequestAdminInterfaceMessageType { add_agent_info?: null;