Optional asasHtml is a boolean representing whether to return the result as HTML.
Optional charactercharacterMediaOnList is a boolean representing whether the character media is on the list.
Optional charactercharacterMediaPage is a number representing the page number for character media.
Optional charactercharacterMediaPerPage is a number representing the number of character media items per page.
Optional charactercharacterMediaSort is an array of strings representing the sort order for character media.
Optional characterscharactersPage is a number representing the page number for characters.
Optional characterscharactersPerPage is a number representing the number of characters per page.
Optional characterscharactersSort is an array of strings representing the sort order for characters.
Optional idid is a number representing the id of the staff.
Optional id_id_in is an array of numbers representing the ids of the staff that should be included.
Optional id_id_not is a number representing the id of the staff that should not be included.
Optional id_id_not_in is an array of numbers representing the ids of the staff that should not be included.
Optional isisBirthday is a boolean representing whether it is the staff's birthday.
Optional pagepage is a number representing the page number.
Optional perperPage is a number representing the number of items per page.
Optional searchsearch is a string representing the search term.
Optional sortsort is an array of strings representing the sort order.
Optional staffstaffMediaOnList is a boolean representing whether the staff media is on the list.
Optional staffstaffMediaPage is a number representing the page number for staff media.
Optional staffstaffMediaPerPage is a number representing the number of staff media items per page.
Optional staffstaffMediaSort is an array of strings representing the sort order for staff media.
Optional staffstaffMediaType is a string representing the type of the staff media.
StaffsVariablesis an interface representing the variables for theStaffsQuery. It includes optional page, per page, id, is birthday, search, id not, id in, id not in, sort, as html, staff media sort, staff media type, staff media on list, staff media page, staff media per page, characters sort, characters page, characters per page, character media sort, character media on list, character media page, and character media per page.