Variable: ChatReorderSchema
constChatReorderSchema:TObject<{characterId:TString;order:TArray<TString>; }>
Defined in: packages/contracts/src/chat.ts:107
Body for PUT /api/v2/chats/order — persist a manual drag-and-drop ordering
of a character's chats. order may be a partial list; chats not listed keep
their relative position below the reordered block.