Skip to content

Commit

Permalink
update typescript definitions
Browse files Browse the repository at this point in the history
  • Loading branch information
chris48s committed Oct 13, 2024
1 parent 0049112 commit 18f8206
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions badge-maker/index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ interface Format {
style?: 'plastic' | 'flat' | 'flat-square' | 'for-the-badge' | 'social'
logoBase64?: string
links?: Array<string>
idSuffix?: string
}

export declare class ValidationError extends Error {}
Expand Down

0 comments on commit 18f8206

Please sign in to comment.