Introduce Service Id Types
Co-authored-by: Scott Nonnenberg <scott@signal.org>
This commit is contained in:
parent
414c0a58d3
commit
366b875fd2
269 changed files with 5832 additions and 5550 deletions
|
@ -15,9 +15,10 @@ import { BodyRange } from '../types/BodyRange';
|
|||
import type { MentionBlot } from './mentions/blot';
|
||||
import { isNewlineOnlyOp, QuillFormattingStyle } from './formatting/menu';
|
||||
import { isNotNil } from '../util/isNotNil';
|
||||
import type { AciString } from '../types/ServiceId';
|
||||
|
||||
export type MentionBlotValue = {
|
||||
uuid: string;
|
||||
uuid: AciString;
|
||||
title: string;
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue