Type alias AttachedFont

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

Type declaration

  • data: string[]
  • name: string