mirror of
https://github.com/LukeHagar/openapi-types.git
synced 2025-12-09 20:47:44 +00:00
Prettier formatting
This commit is contained in:
@@ -51,13 +51,13 @@
|
||||
* ```
|
||||
*/
|
||||
export interface Extension {
|
||||
/**
|
||||
* Specification Extensions allow adding custom properties to OpenAPI objects.
|
||||
* All extension properties must start with `x-` and can contain any valid JSON value.
|
||||
*
|
||||
* @example "x-custom-property"
|
||||
* @example "x-internal-id"
|
||||
* @example "x-codegen-settings"
|
||||
*/
|
||||
[key: `x-${string}`]: unknown;
|
||||
/**
|
||||
* Specification Extensions allow adding custom properties to OpenAPI objects.
|
||||
* All extension properties must start with `x-` and can contain any valid JSON value.
|
||||
*
|
||||
* @example "x-custom-property"
|
||||
* @example "x-internal-id"
|
||||
* @example "x-codegen-settings"
|
||||
*/
|
||||
[key: `x-${string}`]: unknown;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user