Interface CreateActionDto

interface CreateActionDto {
    actions: ActionDto[];
    turn: number;
}

Properties

Properties

actions: ActionDto[]
turn: number

Generated using TypeDoc