/**
 * Interface for Get Resource Count API
 * @export
 * @interface IGetResourceCountParms
 */
export interface IGetResourceCountParms {
    "resource-name": string;
}
