• A type guard to check if an Episode with a type property is an Audio item.

    Parameters

    • item: Item

    Returns item is Episode & {
        watermark: null;
    }