Universal Disappearing Messages
This commit is contained in:
parent
c63871d71b
commit
19f8042cd3
50 changed files with 1224 additions and 191 deletions
|
@ -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>;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue