Represents the parameters for the "getProfile" function.
type GetProfileParams = { profileId: AbiParameterToPrimitiveType<{ name: "profileId"; type: "uint256"; }>;};
type profileId = AbiParameterToPrimitiveType<{ name: "profileId"; type: "uint256";}>;