/** * 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 ResumeProjectEntityFields: { uniqueId: string; parentId: string; roleId: string; workspaceId: string; createdAt: string; deletedAt: string; updatedAt: string; attachments: string; description: string; descriptionExcerpt: string; end: string; links: string; start: string; technicalDescription: string; technicalDescriptionExcerpt: string; title: string; type: string; };