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