MCPcopy Create free account
hub / github.com/Wulf/tsync / CustomTopping

Interface CustomTopping

test/enum/typescript.ts:104–107  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

102 | { "CustomTwo": [ CustomTopping, CustomTopping ] };
103
104export interface CustomTopping {
105 name: string;
106 expires_in: Date;
107}
108
109export interface CustomToppingCamel {
110 name: string;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected