kuamail/node_modules/dexie-react-hooks/test/models/Item.ts

5 lines
56 B
TypeScript

export interface Item {
id: number;
name: string;
}