Skip to content

Commit

Permalink
chore: remove ConfigureOptions type
Browse files Browse the repository at this point in the history
  • Loading branch information
priyankpat committed Jul 7, 2020
1 parent 919a9d2 commit fed8564
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 5 deletions.
4 changes: 0 additions & 4 deletions src/definitions.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,6 @@ export interface NativeAudioPlugin {
setVolume(options: { assetId: string; volume: number }): Promise<void>;
}

export interface ConfigureOptions {
fade?: boolean;
}

export interface PreloadSimpleOptions {
assetPath: string;
assetId: string;
Expand Down
1 change: 0 additions & 1 deletion src/web.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
import { WebPlugin } from "@capacitor/core";
import {
NativeAudioPlugin,
ConfigureOptions,
PreloadSimpleOptions,
PreloadComplexOptions,
} from "./definitions";
Expand Down

0 comments on commit fed8564

Please sign in to comment.