export interface PropertyKeyAsResponse { /** * The URL of the property. */ self?: string; /** * The key of the property. */ key?: string; } //# sourceMappingURL=PropertyKeyAsResponse.d.ts.map