diff --git a/splash-screen/src/definitions.ts b/splash-screen/src/definitions.ts index 2b0ab5ad6..4cb6f2380 100644 --- a/splash-screen/src/definitions.ts +++ b/splash-screen/src/definitions.ts @@ -235,15 +235,3 @@ export interface SplashScreenPlugin { */ hide(options?: HideOptions): Promise; } - -/** - * @deprecated Use `ShowOptions`. - * @since 1.0.0 - */ -export type SplashScreenShowOptions = ShowOptions; - -/** - * @deprecated Use `HideOptions`. - * @since 1.0.0 - */ -export type SplashScreenHideOptions = HideOptions;