6 lines
79 B
TypeScript
6 lines
79 B
TypeScript
/**
|
|
* Shared types for the Action class
|
|
*/
|
|
|
|
export type ID = { id: string };
|