import {
  ICreateSoundOptions,
} from './ICreateSoundOptions';

export interface ICreateHtmlAudioSoundOptions extends ICreateSoundOptions {
  url: string;
}
