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