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