Skip to content

Commit

Permalink
ci: Format code
Browse files Browse the repository at this point in the history
  • Loading branch information
seambot committed Jan 10, 2025
1 parent c08e900 commit f810d2e
Showing 1 changed file with 10 additions and 7 deletions.
17 changes: 10 additions & 7 deletions src/lib/openapi/types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -79,13 +79,16 @@ export interface OpenapiSchema {
'x-draft'?: string
'x-undocumented'?: string
'x-route-path'?: string
'x-enums'?: Record<string, {
title?: string
description?: string
undocumented?: string
deprecated?: string
draft?: string
}>
'x-enums'?: Record<
string,
{
title?: string
description?: string
undocumented?: string
deprecated?: string
draft?: string
}
>
}

export interface OpenapiComponents {
Expand Down

0 comments on commit f810d2e

Please sign in to comment.