declare type TPayload = { params: T; }; export default TPayload;