export interface PostbackButton {
  payload: string;
  title: string;
  type: 'postback';
}
