Type alias CategoryChildChannel

CategoryChildChannel: Exclude<Extract<Channel, {
    parent: CategoryChannel | null;
}>, CategoryChannel>

Generated using TypeDoc