MCPcopy
hub / github.com/decaporg/decap-cms / AzureArray

Interface AzureArray

packages/decap-cms-backend-azure/src/API.ts:94–96  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

92// PullRequest as an example is documented as returning PullRequest[], but it actually
93// returns that inside of this value prop in the json
94interface AzureArray<T> {
95 value: T[];
96}
97
98enum AzureCommitChangeType {
99 ADD = 'add',

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected