mirror of
https://github.com/signalapp/Signal-Desktop.git
synced 2026-04-24 02:18:15 +01:00
destinationServiceId in Sent
This commit is contained in:
@@ -8,6 +8,17 @@ import { strictAssert } from '../util/assert';
|
||||
export type UUIDStringType =
|
||||
`${string}-${string}-${string}-${string}-${string}`;
|
||||
|
||||
export type TaggedUUIDStringType = Readonly<
|
||||
| {
|
||||
aci: UUIDStringType;
|
||||
pni?: undefined;
|
||||
}
|
||||
| {
|
||||
aci?: undefined;
|
||||
pni: UUIDStringType;
|
||||
}
|
||||
>;
|
||||
|
||||
export enum UUIDKind {
|
||||
ACI = 'ACI',
|
||||
PNI = 'PNI',
|
||||
|
||||
Reference in New Issue
Block a user