Aether/common/src/graph/Basic.ts

8 lines
94 B
TypeScript
Raw Normal View History

2021-08-26 01:30:47 -07:00
export type ID = string;
export type Date = number;
export const Schema = `
scalar Date
`;