interface SourceResource {
    mimetype?: string;
    url?: string;
}

Properties

Properties

mimetype?: string
url?: string