MCPcopy Index your code
hub / github.com/VisActor/VTable / Data

Interface Data

tools/bugserver-trigger/scripts/trigger-test.ts:17–21  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

15let checkPhotoTestMaxCount = CHECK_PHOTO_TEST_MAX_COUNT;
16
17interface Data<D> {
18 data: D;
19 msg: string;
20 code: number;
21}
22interface UploadFileData {
23 fileUrl: string;
24}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected