import {Type} from "./Type";

export default class IntBoolType implements Type {

}