export interface Document {
    feature?: any;
    uiElements?: any[];
}
