A source represents a way to get a list of shows to display in Grid or Row.

interface Source {
    type: string;
}

Hierarchy (view full)

Properties

Properties

type: string