mirror of
https://github.com/avatao-content/frontend-tutorial-framework
synced 2025-04-05 21:32:41 +00:00
5 lines
81 B
TypeScript
5 lines
81 B
TypeScript
export class FSMUpdate {
|
|
current_state: string;
|
|
valid_transitions: object;
|
|
}
|