export interface IGetResourceCountComplete {
    count: string;
    "resource-count-resources": string[];
}
