MCPcopy
hub / github.com/tighten/ziggy / Model

Interface Model

tests/js/route.test-d.ts:53–56  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

51
52// Interfaces
53interface Model {
54 uuid: string;
55 foo: string;
56}
57let comment: Model = { uuid: '123', foo: 'bar' };
58assertType(route('posts.comments.show', { comment, post: '1' }));
59

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected