/**
 * Representation of the 'DSetUrl' schema.
 * @example "https://download.example.com/test/file.bin"
 * Format: "url".
 */
export type DSetUrl = string;
//# sourceMappingURL=d-set-url.d.ts.map