export interface SingleTextInputRequest {
    input: string;
    webhook?: string;
}
