Files
modelgrid/ts/interfaces/index.ts
Juergen Kunz daaf6559e3
Some checks failed
CI / Type Check & Lint (push) Failing after 5s
CI / Build Test (Current Platform) (push) Failing after 5s
CI / Build All Platforms (push) Successful in 49s
initial
2026-01-30 03:16:57 +00:00

12 lines
265 B
TypeScript

/**
* ModelGrid Interfaces
*
* Central export for all TypeScript interfaces used throughout ModelGrid.
*/
export * from './config.ts';
export * from './gpu.ts';
export * from './container.ts';
export * from './api.ts';
export * from './modelgrid-accessor.ts';