From f2f9261c6469ed330ff9395fb97e15ca53c891f2 Mon Sep 17 00:00:00 2001 From: bob Date: Thu, 7 Feb 2019 16:07:29 -0500 Subject: final cleanup pass. --- src/fields/Document.ts | 2 +- src/fields/Field.ts | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) (limited to 'src/fields') diff --git a/src/fields/Document.ts b/src/fields/Document.ts index 3d74c047c..cc81ff4a7 100644 --- a/src/fields/Document.ts +++ b/src/fields/Document.ts @@ -1,4 +1,4 @@ -import { Field, Cast, Opt, FieldWaiting, FIELD_ID, DOC_ID } from "./Field" +import { Field, Cast, Opt, FieldWaiting, FIELD_ID } from "./Field" import { Key, KeyStore } from "./Key" import { NumberField } from "./NumberField"; import { ObservableMap, computed, action, observable } from "mobx"; diff --git a/src/fields/Field.ts b/src/fields/Field.ts index 9880116c0..3c1e976d4 100644 --- a/src/fields/Field.ts +++ b/src/fields/Field.ts @@ -13,7 +13,6 @@ export function Cast(field: Opt, ctor: { new(): T }): Op export let FieldWaiting: FIELD_WAITING = ""; export type FIELD_WAITING = ""; export type FIELD_ID = string | undefined; -export type DOC_ID = FIELD_ID; export type Opt = T | undefined | FIELD_WAITING; export abstract class Field { -- cgit v1.2.3-70-g09d2