valkyrie-api-types/gateway/index.ts

4 lines
194 B
TypeScript
Raw Normal View History

2024-09-11 23:45:44 -07:00
// This file exports all the types available in the recommended gateway version
// Thereby, things MAY break in the future. Try sticking to imports from a specific version
export * from './v9';