/**
 * Reference to the location of the artifact.
 *
 * @example "https://example.com/some_path"
 * Max Length: 1024.
 * Pattern: "([a-z0-9-]+):\\/\\/.+".
 */
export type AiArtifactUrl = string;
//# sourceMappingURL=ai-artifact-url.d.ts.map