Lint .d.ts files
This commit is contained in:
parent
6b82d67de1
commit
aa86d8bf82
7 changed files with 138 additions and 143 deletions
4
ts/textsecure/Types.d.ts
vendored
4
ts/textsecure/Types.d.ts
vendored
|
@ -5,8 +5,8 @@ import type { SignalService as Proto } from '../protobuf';
|
|||
import type { IncomingWebSocketRequest } from './WebsocketResources';
|
||||
import type { UUID, UUIDStringType } from '../types/UUID';
|
||||
import type { TextAttachmentType } from '../types/Attachment';
|
||||
import { GiftBadgeStates } from '../components/conversation/Message';
|
||||
import { MIMEType } from '../types/MIME';
|
||||
import type { GiftBadgeStates } from '../components/conversation/Message';
|
||||
import type { MIMEType } from '../types/MIME';
|
||||
|
||||
export {
|
||||
IdentityKeyType,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue