export interface Schema {
    _id: boolean | any;
    [key: string]: any;
}
