import { GuidValue } from "../Exposes"; export interface IndexedDocument { primaryKey: string; typeId: string; type: GuidValue; permissions: Array; }