export interface Entity {
    [name: string]: unknown;
}
