@elbwalker/types
Version:
Shared types for walkerOS
11 lines (10 loc) • 360 B
text/typescript
export * as Data from './data';
export * as Destination from './destination';
export * as Elb from './elb';
export * as Handler from './handler';
export * as Hooks from './hooks';
export * as Mapping from './mapping';
export * as On from './on';
export * as Request from './request';
export * as Schema from './schema';
export * as WalkerOS from './walkeros';