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 818 B
import { TableEntity } from '@sage-bionetworks/synapse-types'; import { MockEntityData } from './MockEntityData'; export declare const MOCK_TABLE_ENTITY_ID = "syn40000"; export declare const MOCK_TABLE_ENTITY_NAME = "my table name"; export declare const mockTableEntity: { id: string; versionNumber: number; versionLabel: string; versionComment: string; parentId: string; name: string; concreteType: "org.sagebionetworks.repo.model.table.TableEntity"; createdBy: string; createdOn: string; modifiedOn: string; modifiedBy: string; etag: string; columnIds: never[]; isSearchEnabled: true; isLatestVersion: true; }; declare const mockTableEntityData: MockEntityData<TableEntity>; export default mockTableEntityData; //# sourceMappingURL=mockTableEntity.d.ts.map