Interface IAudio

interface IAudio {
    url?: string;
    type?: AudioType;
}

Properties

Properties

url?: string
type?: AudioType