import { AllowanceModel } from "../../../types/allowances/allowanceModel";
export interface AddAllowanceResult extends AllowanceModel {
}
