Update types.gen.ts
This commit is contained in:
parent
ae709ac8f2
commit
e075f2dc39
1 changed files with 4 additions and 0 deletions
|
|
@ -416,6 +416,10 @@ export type CreateAdventureRequest = {
|
||||||
* Protagonist
|
* Protagonist
|
||||||
*/
|
*/
|
||||||
protagonist: Array<string>;
|
protagonist: Array<string>;
|
||||||
|
/**
|
||||||
|
* Entry Word Count Range
|
||||||
|
*/
|
||||||
|
entry_word_count_range: string;
|
||||||
/**
|
/**
|
||||||
* Max Entry Count
|
* Max Entry Count
|
||||||
*/
|
*/
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue