mirror of
https://github.com/oxen-io/session-desktop.git
synced 2023-12-14 02:12:57 +01:00
lint
This commit is contained in:
parent
3173f01abf
commit
3e55545d1c
1 changed files with 13 additions and 13 deletions
26
background.d.ts
vendored
26
background.d.ts
vendored
|
@ -1,14 +1,14 @@
|
|||
export interface ConfirmationDialogParams {
|
||||
title?: string;
|
||||
message: string;
|
||||
messageSub?: string;
|
||||
resolve?: any;
|
||||
reject?: any;
|
||||
okText?: string;
|
||||
okTheme?: string;
|
||||
closeTheme?: string;
|
||||
cancelText?: string;
|
||||
hideCancel?: boolean;
|
||||
sessionIcon?: SessionIconType;
|
||||
iconSize?: SessionIconSize;
|
||||
}
|
||||
title?: string;
|
||||
message: string;
|
||||
messageSub?: string;
|
||||
resolve?: any;
|
||||
reject?: any;
|
||||
okText?: string;
|
||||
okTheme?: string;
|
||||
closeTheme?: string;
|
||||
cancelText?: string;
|
||||
hideCancel?: boolean;
|
||||
sessionIcon?: SessionIconType;
|
||||
iconSize?: SessionIconSize;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue