mirror of
https://github.com/NapNeko/NapCatQQ.git
synced 2026-03-01 16:20:25 +00:00
style: lint
This commit is contained in:
@@ -1,3 +1,3 @@
|
||||
export * from './entity';
|
||||
export * from './data';
|
||||
export * from './message';
|
||||
export * from './quick';
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
import { OB11Sender } from './entity';
|
||||
import { OB11Sender } from './data';
|
||||
import { EventType } from '@/onebot/event/OneBotEvent';
|
||||
import { CustomMusicSignPostData, IdMusicSignPostData, PicSubType, RawMessage } from '@/core';
|
||||
|
||||
|
||||
@@ -2,8 +2,8 @@ import { OB11BaseMetaEvent } from '../event/meta/OB11BaseMetaEvent';
|
||||
import { OB11BaseNoticeEvent } from '../event/notice/OB11BaseNoticeEvent';
|
||||
import { OB11Message } from './message';
|
||||
|
||||
export type QuickActionEvent = OB11Message | OB11BaseMetaEvent | OB11BaseNoticeEvent
|
||||
export type PostEventType = OB11Message | OB11BaseMetaEvent | OB11BaseNoticeEvent
|
||||
export type QuickActionEvent = OB11Message | OB11BaseMetaEvent | OB11BaseNoticeEvent;
|
||||
export type PostEventType = OB11Message | OB11BaseMetaEvent | OB11BaseNoticeEvent;
|
||||
|
||||
export interface QuickActionPrivateMessage {
|
||||
reply?: string;
|
||||
@@ -33,4 +33,4 @@ export type QuickAction =
|
||||
QuickActionPrivateMessage
|
||||
& QuickActionGroupMessage
|
||||
& QuickActionFriendRequest
|
||||
& QuickActionGroupRequest
|
||||
& QuickActionGroupRequest;
|
||||
|
||||
Reference in New Issue
Block a user