export interface SpecializeDef { /** * The data type to be replaced */ specializeFrom: string; /** * The new data type to replace with */ specializeTo: string; }