interface MediaEvent {
    data?: any;
    key?: string;
    type: string;
}

Properties

Properties

data?: any
key?: string
type: string