Skip to content

Commit e194ce8

Browse files
committed
Add doc comment.
1 parent 2042e2b commit e194ce8

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

src/gcp/frameworks.ts

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,12 @@ interface Codebase {
1919
rootDirectory: string;
2020
}
2121

22+
/**
23+
* Specifies how Backend's data is replicated and served.
24+
* GLOBAL_ACCESS: Stores and serves content from multiple points-of-presence (POP)
25+
* REGIONAL_STRICT: Restricts data and serving infrastructure in Backend's region
26+
*
27+
*/
2228
export type ServingLocality = "GLOBAL_ACCESS" | "REGIONAL_STRICT";
2329

2430
/** A Backend, the primary resource of Frameworks. */

0 commit comments

Comments
 (0)