@infrasoftbe/vnv-sdk
    Preparing search index...

    Function Post

    • Post<T = any, X = any>(
          headers?: Record<string, string>,
          format?: false | "text" | "json" | "blob" | "stream",
      ): TFetchFactory<T, X>

      Type Parameters

      • T = any
      • X = any

      Parameters

      • headers: Record<string, string> = {}
      • format: false | "text" | "json" | "blob" | "stream" = "json"

      Returns TFetchFactory<T, X>