Variable DEFAULT_SHOW_FAILURE_NOTICE_OPTIONSConst
DEFAULT_SHOW_FAILURE_NOTICE_OPTIONS: {
buttons: {
text: string;
value: string;
}[];
icon: "close-circle-outline";
iconColor: string;
subtitle: string;
} = ...
Type declaration
-
buttons: {
text: string;
value: string;
}[]
-
icon: "close-circle-outline"
-
iconColor: string
-
subtitle: string