Track and save on groceries
at main 10 lines 183 B view raw
1import { oc } from "@orpc/contract"; 2 3export const base = oc 4 .$route({ 5 inputStructure: "detailed", 6 outputStructure: "detailed", 7 }) 8 .errors({ 9 UNAUTHORIZED: {}, 10 });