I have a Generic function:
export const func1 = () => ({ s1: null, s2: null, s3: null, s4: null, s5: null } as T)
How