@integrate.team/react-chatbot-types
Version:
text format markdown
71 lines (70 loc) • 1.85 kB
TypeScript
export namespace cardData_Text_Audio {
let play_type: string;
let buttons: never[];
let audio_speed: number;
let audio_url: string;
let text: string;
let type: string;
}
export namespace cardData_Text_Both {
let play_type_1: string;
export { play_type_1 as play_type };
let buttons_1: {
button_variables: never[];
color: string;
payload: string;
icon: string;
title: string;
type: string;
}[];
export { buttons_1 as buttons };
let audio_speed_1: number;
export { audio_speed_1 as audio_speed };
let audio_url_1: string;
export { audio_url_1 as audio_url };
let text_1: string;
export { text_1 as text };
let type_1: string;
export { type_1 as type };
}
export namespace cardData_Image {
let play_type_2: null;
export { play_type_2 as play_type };
let buttons_2: {
button_variables: never[];
color: string;
payload: string;
icon: string;
title: string;
type: string;
}[];
export { buttons_2 as buttons };
export let subtitle: string;
let audio_url_2: null;
export { audio_url_2 as audio_url };
export let title: string;
let type_2: string;
export { type_2 as type };
export let url: string;
}
export namespace cardData_Carosel {
let play_type_3: null;
export { play_type_3 as play_type };
export let data: {
buttons: {
button_variables: never[];
color: string;
payload: string;
icon: string;
title: string;
type: string;
}[];
subtitle: string;
title: string;
url: string;
}[];
let audio_url_3: null;
export { audio_url_3 as audio_url };
let type_3: string;
export { type_3 as type };
}