export interface Reality {
    id: number;
    type?: string;
    name?: string;
}
