[questions][feat] remove enum

pull/339/head
hpkoh 3 years ago
parent 00dbbe0fe4
commit 5dac08adc0

@ -1,11 +1,3 @@
export enum Status {
New = 0,
Active = 1,
Archived = 2,
Trashed = 3,
Deleted = 4
}
export type Question = {
// TODO: company, location, role maps
company: string;

Loading…
Cancel
Save