@ -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;