diff --git a/src/PCastApi.ts b/src/PCastApi.ts index a743b68..7cbad5c 100644 --- a/src/PCastApi.ts +++ b/src/PCastApi.ts @@ -66,7 +66,7 @@ export class PCastApi { } // @deprecated - use pcastApi.channels.delete instead - public async deleteChannel(channelId: string): Promise { + public async deleteChannel(channelId: string): Promise<{status: string}> { return this._channels.delete({channelId}); }