MCPcopy Index your code
hub / github.com/jaredwray/cacheable / User

Interface User

packages/benchmark/src/object-generator.ts:3–8  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1import { faker } from "@faker-js/faker";
2
3interface User {
4 id: string;
5 firstName: string;
6 lastName: string;
7 email: string;
8}
9interface Product {
10 id: string;
11 name: string;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected