Skip to content

Commit

Permalink
feat(configuration): add base types
Browse files Browse the repository at this point in the history
  • Loading branch information
emkis committed May 16, 2022
1 parent e64542d commit 8dac88c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/configuration/configuration-types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ export type LoggerConfigurations = {
}

/**
* All available configurations for this package.
* All available configuration options.
* @public
*/
export type Configurations = {
Expand Down

0 comments on commit 8dac88c

Please sign in to comment.