MCPcopy
hub / github.com/evoluhq/evolu / TodoCategoryForSelect

Interface TodoCategoryForSelect

apps/web/components/NextJsExample.tsx:92–95  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

90};
91
92interface TodoCategoryForSelect {
93 readonly id: TodoCategoryTable["id"];
94 readonly name: TodoCategoryTable["name"] | null;
95}
96
97const TodoCategorySelect: FC<{
98 categories: ReadonlyArray<TodoCategoryForSelect>;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected