Skip to content

Commit

Permalink
ignore empty-object rule
Browse files Browse the repository at this point in the history
Signed-off-by: schogges <[email protected]>
  • Loading branch information
schogges committed Jan 8, 2025
1 parent 9a5a8aa commit 8433467
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/kuma-gui/src/types/index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -822,7 +822,7 @@ export interface TlsConfDataSource {
inlineString?: string
}

export type TlsConfOptions = Record<string, unknown>
export interface TlsConfOptions { }

export interface MeshGatewayTlsConf {
mode?: 'TERMINATE' | 'PASSTHROUGH'
Expand Down

0 comments on commit 8433467

Please sign in to comment.