In the following case, How to judge the function type according to the parameter b type
b
const getData = (a: string, b?: string) => { const o