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