Aether/common/src/graph/Basic.ts

8 lines
94 B
TypeScript

export type ID = string;
export type Date = number;
export const Schema = `
scalar Date
`;