diff --git a/ably.d.ts b/ably.d.ts index 2b02bab223..d51d650bd9 100644 --- a/ably.d.ts +++ b/ably.d.ts @@ -1503,16 +1503,6 @@ declare namespace Types { }, callback: recoverConnectionCompletionCallback ) => void; - /** - * @ignore - * @deprecated No longer used by this library - kept here since it used to be part of our public API. Will be removed in next major version release. - */ - type fromEncoded = (JsonObject: any, channelOptions?: ChannelOptions) => T; - /** - * @ignore - * @deprecated No longer used by this library - kept here since it used to be part of our public API. Will be removed in next major version release. - */ - type fromEncodedArray = (JsonArray: any[], channelOptions?: ChannelOptions) => T[]; // Internal Classes