TeletextFormat type

Teletext subtitles format.

Signature:

export type TeletextFormat = {
    kind: 'teletext';
};