Skip to main content
Deno 2 is finally here 🎉️
Learn more
Go to Latest
function isEaCStripeModifierDetails
import { isEaCStripeModifierDetails } from "https://deno.land/x/fathym_everything_as_code@v0.1.63-integration/src/modules/applications/EaCStripeModifierDetails.ts";

Type Guard: Checks if the given object is an EaCStripeModifierDetails.

Parameters

details: unknown

The details of a Stripe modifier.

Returns

true if the given details are a valid Stripe modifier details, false otherwise.