interface TranscriptWarning {
    message: string;
}

Properties

Properties

message: string

The warning message.