mirror of
https://github.com/signalapp/Signal-Desktop.git
synced 2026-05-08 08:58:38 +01:00
Universal Disappearing Messages
This commit is contained in:
@@ -12,6 +12,8 @@ import { CustomColorType } from '../../types/Colors';
|
||||
// State
|
||||
|
||||
export type ItemsStateType = {
|
||||
readonly universalExpireTimer?: number;
|
||||
|
||||
readonly [key: string]: unknown;
|
||||
readonly customColors?: {
|
||||
readonly colors: Record<string, CustomColorType>;
|
||||
|
||||
Reference in New Issue
Block a user