export type IQuantity = number | string;
export type Quantity = IQuantity;
export type { IQuantity as IIoK8sApimachineryPkgApiResourceQuantity, Quantity as IoK8sApimachineryPkgApiResourceQuantity };
