import { ICodeValue } from "./ICodeValue";
export interface ISpecCode extends ICodeValue<number> {
}
