type FragmentType: 
  | "constructor"
  | "error"
  | "event"
  | "fallback"
  | "function"
  | "struct";

The type of a Fragment.

Source

abi/fragments.ts:1025