export interface Capabilities {
  canSend: string[]
  canReceive: string[]
}
