diff --git a/src/channel.ts b/src/channel.ts index 8c1f7a3b80..64937e1b63 100644 --- a/src/channel.ts +++ b/src/channel.ts @@ -450,7 +450,7 @@ export type SupportedMark = Partial>; * @param mark the mark type * @return whether the mark supports the channel */ -export function supportMark(channel: Channel, mark: Mark) { +export function supportMark(channel: ExtendedChannel, mark: Mark) { return getSupportedMark(channel)[mark]; }