Update types.gen.ts

This commit is contained in:
wilson 2026-05-04 07:59:34 +01:00
parent ae709ac8f2
commit e075f2dc39

View file

@ -416,6 +416,10 @@ export type CreateAdventureRequest = {
* Protagonist
*/
protagonist: Array<string>;
/**
* Entry Word Count Range
*/
entry_word_count_range: string;
/**
* Max Entry Count
*/