interface InterpretTextAll {
    source: {
        text: string;
    };
    type: "all";
}

Properties

Properties

source: {
    text: string;
}

Type declaration

  • text: string
type: "all"