Type Alias GetUserOpGpCostResponse

GetUserOpGpCostResponse: {
    gasGas: string;
    gasGpPrice: number;
    gasUsdPrice: string;
    gpUsd: number;
}