Type alias AttachedGraphic

AttachedGraphic: {
    data: string[];
    name: string;
}

Type declaration

  • data: string[]
  • name: string