Skip to content

Commit

Permalink
remove explicit typing
Browse files Browse the repository at this point in the history
  • Loading branch information
jloleysens committed May 22, 2024
1 parent a0a3885 commit b42e0e7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/kbn-config-schema/src/types/lazy.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ interface RecursiveType {

describe('lazy', () => {
const id = 'recursive';
const object: Type<RecursiveType> = schema.object(
const object = schema.object(
{
name: schema.string(),
self: schema.lazy<RecursiveType>(id),
Expand Down

0 comments on commit b42e0e7

Please sign in to comment.