Skip to content
Snippets Groups Projects
Forked from an inaccessible project.
content-type.ts 82 B
export enum ContentType {
  CHOICE,
  BINARY,
  SCALE,
  NUMBER,
  TEXT,
  GRID
}