UNPKG

synapse-react-client

Version:

[![npm version](https://badge.fury.io/js/synapse-react-client.svg)](https://badge.fury.io/js/synapse-react-client) [![code style: prettier](https://img.shields.io/badge/code_style-prettier-ff69b4.svg?style=flat-square)](https://github.com/prettier/prettie

24 lines 809 B
import { EntityView } from '@sage-bionetworks/synapse-types'; import { MockEntityData } from './MockEntityData'; export declare const MOCK_FILE_VIEW_ENTITY_ID = "syn50000"; export declare const MOCK_FILE_VIEW_NAME = "Mocked File View"; export declare const mockFileViewEntity: { id: string; parentId: string; name: string; concreteType: "org.sagebionetworks.repo.model.table.EntityView"; createdBy: string; modifiedBy: string; etag: string; columnIds: never[]; viewTypeMask: number; scopeIds: string[]; isSearchEnabled: true; versionNumber: number; versionLabel: string; createdOn: string; modifiedOn: string; isLatestVersion: true; }; export declare const mockFileViewData: MockEntityData<EntityView>; //# sourceMappingURL=mockFileView.d.ts.map