synapse-react-client
Version:
[](https://badge.fury.io/js/synapse-react-client) [](https://github.com/prettier/prettie
24 lines • 818 B
TypeScript
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