UNPKG

@omnia/fx-models

Version:
8 lines (7 loc) 174 B
import { GuidValue } from "../Exposes"; export interface IndexedDocument { primaryKey: string; typeId: string; type: GuidValue; permissions: Array<number>; }