/**
 * Interface for Add Resource Count API
 * @export
 * @interface IPostResourceCountParms
 */
export interface IPostResourceCountParms {
    "resource-name": string;
    "total-count": string;
}
