valkyrie-api-types/payloads/index.ts

5 lines
200 B
TypeScript
Raw Normal View History

2024-09-11 22:52:06 -07:00
// This file exports all the payloads available in the recommended API version
// Thereby, things MAY break in the future. Try sticking to imports from a specific version
export * from './v9/index';