1 | export * from './iso-date.scalar';
|
2 | export * from './timestamp.scalar';
|
3 | export declare const Int: import("graphql").GraphQLScalarType<number, number>;
|
4 | export declare const Float: import("graphql").GraphQLScalarType<number, number>;
|
5 | export declare const ID: import("graphql").GraphQLScalarType<string, string>;
|
6 | //# sourceMappingURL=index.d.ts.map |
\ | No newline at end of file |