/**
 * Representation of the 'BckndUrl' schema.
 * Format: "url".
 */
export type BckndUrl = string;
//# sourceMappingURL=bcknd-url.d.ts.map