Mayson Monorepo Documentation
    Preparing search index...

    Type Alias Emptyable<T>

    Emptyable: null | "" | T

    The Stripe API uses url-encoding for requests, and stripe-node encodes a null param as an empty string, because there is no concept of null in url-encoding. Both null and '' behave identically.

    Type Parameters

    • T