mirror of
https://github.com/alexmickelson/canvasManagement.git
synced 2026-03-26 07:38:33 -06:00
7 lines
117 B
TypeScript
7 lines
117 B
TypeScript
|
|
export const createTrpcContext = async () => {
|
|
return {};
|
|
};
|
|
|
|
export type TrpcContext = typeof createTrpcContext;
|