OptionsList: Record<string, any> & {
dataMode?: "first" | "collect";
getMode?: "first" | "collect";
sendMode?: "first" | "all";
}
Type declaration
-
Optional dataMode?: "first" | "collect"
-
Optional getMode?: "first" | "collect"
-
Optional sendMode?: "first" | "all"