GetProfileParams

Represents the parameters for the "getProfile" function.

type GetProfileParams = {
profileId: AbiParameterToPrimitiveType<{
name: "profileId";
type: "uint256";
}>;
};