/** * Fields for entity. Use this when creating forms in React/Angular, * instead of giving string to each one, use it from here, so in case of * updating any fields you don't loose it. */ export declare const QuestionEntityFields: { uniqueId: string; parentId: string; roleId: string; workspaceId: string; createdAt: string; deletedAt: string; updatedAt: string; bank: string; body: string; bodyExcerpt: string; choices: string; durationInSeconds: string; isCorrect: string; isPreview: string; provinces: string; questionDifficulityLevel: string; questionLevel: string; questionSemester: string; schoolType: string; studyYear: string; title: string; titleExcerpt: string; wordCount: string; };