先来看个例子:
interface Config {
width?: number;
}
function CalculateAreas (config: Config): { area: num
2022-11-04