MCPcopy
hub / github.com/withfig/autocomplete / SPDisplaysDataTypeOutputRoot

Interface SPDisplaysDataTypeOutputRoot

src/gource.ts:1–3  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1export interface SPDisplaysDataTypeOutputRoot {
2 SPDisplaysDataType: SpdisplaysDataType[];
3}
4
5export interface SpdisplaysDataType {
6 _name: string;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected