Skip to content

Commit

Permalink
fix: missing "=" in type definition
Browse files Browse the repository at this point in the history
  • Loading branch information
Rob McGuinness committed Jul 22, 2021
1 parent a45a1e0 commit 2de3387
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.d.ts
Expand Up @@ -55,7 +55,7 @@ declare namespace hapiswagger {

type SortEndpointsType = 'alpha' | 'method' | 'ordered';

type UiCompleteScriptObjectType {
type UiCompleteScriptObjectType = {
src: string;
}

Expand Down

0 comments on commit 2de3387

Please sign in to comment.