Type alias ResolvedSegmentComment

ResolvedSegmentComment: ResolvedSegmentBase & {
    type: "comment";
    value: string;
}

Type declaration

  • type: "comment"
  • value: string

Generated using TypeDoc