Home Reference Source

src/types/segment.ts

export interface Segment {
  type: string;
  data: ArrayBuffer;
  parent: string;
  content: string;
}