MCPcopy
hub / github.com/buildbot/buildbot / IAnyDataDescriptor

Interface IAnyDataDescriptor

www/data-module/src/data/classes/DataDescriptor.ts:10–12  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

8import {IDataAccessor} from "../DataAccessor";
9
10export interface IAnyDataDescriptor {
11 restArrayField: string;
12}
13
14export interface IDataDescriptor<T> extends IAnyDataDescriptor {
15 fieldId: string;

Callers

nothing calls this directly

Implementers 1

PropertiesDescriptorwww/data-module/src/data/classes/Prope

Calls

no outgoing calls

Tested by

no test coverage detected