Skip to content

Commit

Permalink
fix check
Browse files Browse the repository at this point in the history
  • Loading branch information
ndelangen committed May 14, 2024
1 parent 24f3583 commit 6c45d85
Showing 1 changed file with 6 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1217,6 +1217,8 @@ export const referenceTypeEvents: TestComponent = {
events: [
{
name: 'foo',
description: '',
tags: [],
type: '[data?: { foo: string; } | undefined]',
signature: '(event: "foo", data?: { foo: string; } | undefined): void',
declarations: [],
Expand Down Expand Up @@ -1248,6 +1250,8 @@ export const referenceTypeEvents: TestComponent = {
},
{
name: 'bar',
description: '',
tags: [],
type: '[value: { year: number; title?: any; }]',
signature: '(event: "bar", value: { year: number; title?: any; }): void',
declarations: [],
Expand Down Expand Up @@ -1282,6 +1286,8 @@ export const referenceTypeEvents: TestComponent = {
},
{
name: 'baz',
description: '',
tags: [],
type: '[]',
signature: '(event: "baz"): void',
declarations: [],
Expand Down

0 comments on commit 6c45d85

Please sign in to comment.