export interface CallButton {
  payload: string;
  title: string;
  type: 'phone_number';
}
