hestia/src/lib/server/pothos/Scalars/index.ts
2024-12-11 08:41:36 -05:00

8 lines
No EOL
95 B
TypeScript

export * from './Date';
export type Scalars = {
Date: {
Input: Date;
Output: Date;
};
};