watcher-ts/packages/graph-node/test/subgraph/example1/generated/export.ts

27 lines
304 B
TypeScript
Raw Normal View History

// THIS IS AN AUTOGENERATED FILE. DO NOT EDIT THIS FILE DIRECTLY.
// Re-exports
import {
BigDecimal,
BigInt,
ethereum,
Address,
Bytes
} from '@graphprotocol/graph-ts';
import {
Test
} from './Example1/Example1';
export {
BigDecimal,
BigInt,
ethereum,
Address,
Bytes,
Test
}