Cta608Format type

CTA-608 format (note this may be embedded in 708 according to output container)

Signature:

export declare type Cta608Format = {
    kind: '608';
    style?: 'pop-on' | 'roll-up';
    lines?: number;
};