signal-desktop/ts/protobuf/index.ts
Fedor Indutny 8251720444
Use new compact representations in protobufs
Co-authored-by: trevor-signal <131492920+trevor-signal@users.noreply.github.com>
2025-06-25 10:30:40 -07:00

13 lines
297 B
TypeScript

// Copyright 2018 Signal Messenger, LLC
// SPDX-License-Identifier: AGPL-3.0-only
import './wrap';
import {
signal as Signal,
signalbackups as Backups,
signalservice as SignalService,
migrations as Migrations,
} from './compiled';
export { Backups, SignalService, Signal, Migrations };