mirror of
https://github.com/skillbert/rsmv.git
synced 2025-12-23 21:47:48 -05:00
17 lines
349 B
TypeScript
17 lines
349 B
TypeScript
// GENERATED DO NOT EDIT
|
|
// This source data is located at '..\src\opcodes\quickchatcategories.jsonc'
|
|
// run `npm run filetypes` to rebuild
|
|
|
|
export type quickchatcategories = {
|
|
text?: string | null
|
|
subcategories?: {
|
|
id: number,
|
|
hotkey: number,
|
|
}[] | null
|
|
lines?: {
|
|
id: number,
|
|
hotkey: number,
|
|
}[] | null
|
|
nonsearchable?: true | null
|
|
};
|