/** * 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 const DriveEntityFields = { uniqueId: "uniqueId", parentId: "parentId", roleId: "roleId", workspaceId: "workspaceId", createdAt: "createdAt", deletedAt: "deletedAt", updatedAt: "updatedAt", diskpath: "diskpath", name: "name", size: "size", type: "type", uniqueid: "uniqueid", user: "user", userid: "userid", virtualpath: "virtualpath", workspace: "workspace", workspaceid: "workspaceid", };