export interface MicroResource {
    Name: string;
    Name_Localised?: string;
    Category: string;
    Count: number;
}
