Type alias CollectionStepsByIdQuery

CollectionStepsByIdQuery: {
    __typename?: "Query";
    steps: {
        __typename?: "OfferSteps";
        aprBpsStep: bigint;
        origFeeBpsStep: bigint;
        usdcStep: bigint;
        wethStep: bigint;
    };
}

Type declaration

  • Optional __typename?: "Query"
  • steps: {
        __typename?: "OfferSteps";
        aprBpsStep: bigint;
        origFeeBpsStep: bigint;
        usdcStep: bigint;
        wethStep: bigint;
    }
    • Optional __typename?: "OfferSteps"
    • aprBpsStep: bigint
    • origFeeBpsStep: bigint
    • usdcStep: bigint
    • wethStep: bigint