export interface TwilioTask {
  sid: string;
  attributes: string;
}
