district-politics/projects/speech-statistics/src/app/shared/speech-type.ts

5 lines
50 B
TypeScript

export enum SpeechType {
SPEECH,
COMMENTARY
}