mirror of
https://github.com/NapNeko/NapCatQQ.git
synced 2026-01-17 05:40:35 +00:00
fix: readonly
This commit is contained in:
parent
636568fd30
commit
1870427c0f
@ -1,6 +1,6 @@
|
|||||||
import { EventType, OneBotEvent } from '@/onebot/event/OneBotEvent';
|
import { EventType, OneBotEvent } from '@/onebot/event/OneBotEvent';
|
||||||
|
|
||||||
export abstract class OB11BaseRequestEvent extends OneBotEvent {
|
export abstract class OB11BaseRequestEvent extends OneBotEvent {
|
||||||
post_type = EventType.REQUEST;
|
readonly post_type = EventType.REQUEST;
|
||||||
abstract request_type: string;
|
abstract request_type: string;
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user