Skip to content

Latest commit

 

History

History
18 lines (13 loc) · 1.87 KB

gitnamespacesrequest.md

File metadata and controls

18 lines (13 loc) · 1.87 KB

GitNamespacesRequest

Example Usage

import { GitNamespacesRequest } from "@vercel/sdk/models/gitnamespacesop.js";

let value: GitNamespacesRequest = {
  host: "ghes-test.now.systems",
};

Fields

Field Type Required Description Example
host string The custom Git host if using a custom Git provider, like GitHub Enterprise Server ghes-test.now.systems
provider models.Provider N/A