export default interface ITypeDef {
    name: string;
    content: string[];
}
