Cta608Command type

Signature:

export type Cta608Command = string | {
    type: string;
    text: string;
};