interface UserInput {
    data: any;
    text: null | string;
    type: string;
}

Properties

Properties

data: any
text: null | string
type: string