Type Alias: PluginConfig

type PluginConfig: ["splash-screen", SplashScreenPluginConfig] | [string, Record<string, unknown>?];

Plugin configuration tuple.

Each plugin is specified as [name, options?]. The built-in "splash-screen" plugin uses SplashScreenPluginConfig; custom plugins accept an arbitrary options object.