Type alias ExternalUrl

ExternalUrl: {
    path: string;
    url: string;
}

Reference to externally hosted data to upload. Capable of handling pdf or github repos at the moment.

Type declaration

  • path: string

    Name of the file or code repo (not the full path)

  • url: string

    Web URL to the target resource

Generated using TypeDoc