Files
grungnet/src/types/Action.ts
Mitchell McCaffrey d80bfa2f1e typescript
2021-07-16 14:55:33 +10:00

6 lines
79 B
TypeScript

/**
* Shared types for the Action class
*/
export type ID = { id: string };