interface ExternalUriInformation {
    contentUri: undefined | string;
    mappedContentType: string;
}

Properties

contentUri: undefined | string
mappedContentType: string