generated from VLADIMIR/template_frontend
clear
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
import type { Action } from './action'
|
||||
|
||||
// Команда
|
||||
export type Team = {
|
||||
// Название
|
||||
name: string
|
||||
// Совершенные действия
|
||||
actions: Action[]
|
||||
}
|
||||
Reference in New Issue
Block a user