/**
 * Client provided reference, with which the status of a PATCHed deployment can be tracked
 * @example "aa97b177-9383-4934-8543-0f91a7a0283a"
 * Pattern: "^[\\w.-]{4,64}$".
 */
export type RTATargetId = string;
//# sourceMappingURL=rta-target-id.d.ts.map