Type Alias EIP712LiquidateSubaccountValues

EIP712LiquidateSubaccountValues: Omit<WithEIP712Sender<EIP712LiquidateSubaccountParams>, "liquidateeOwner" | "liquidateeName"> & {
    liquidatee: string;
}