Skip to content

Commit

Permalink
Remove unused type
Browse files Browse the repository at this point in the history
  • Loading branch information
druzsan committed Nov 10, 2023
1 parent 88d4228 commit ba0d1de
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/services/config.ts
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
import application from '../application';
import { ConfigApi, Configuration } from '../client';

type ConfigValue = number | string | boolean | Record<string, unknown>;

export class ConfigService {
api: ConfigApi;

Expand Down

0 comments on commit ba0d1de

Please sign in to comment.