/** * 可回调值 */ export type CallableValue = Returns | ((args: Param) => Returns);