interface Media {
    audio: Audio;
    image: DoneruConfig.Image;
    video: DoneruConfig.Video;
}

Properties

Properties

audio: Audio