MCPcopy Create free account
hub / github.com/firebase/firebase-tools / Site

Interface Site

src/fetchWebSetup.ts:23–29  ·  view source on GitHub ↗

* See * https://firebase.google.com/docs/reference/hosting/rest/v1beta1/projects.sites#Site

Source from the content-addressed store, hash-verified

21 * https://firebase.google.com/docs/reference/hosting/rest/v1beta1/projects.sites#Site
22 */
23interface Site {
24 name: string;
25 defaultUrl: string;
26 appId?: string;
27 labels?: Record<string, string>;
28 type: "DEFAULT_SITE" | "USER_SITE" | "SITE_UNSPECIFIED";
29}
30
31interface ListSitesResponse {
32 sites: Site[];

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…