diff --git a/badge-maker/index.d.ts b/badge-maker/index.d.ts index 5a1b6872ebe81..96ad5332a770c 100644 --- a/badge-maker/index.d.ts +++ b/badge-maker/index.d.ts @@ -6,6 +6,7 @@ interface Format { style?: 'plastic' | 'flat' | 'flat-square' | 'for-the-badge' | 'social' logoBase64?: string links?: Array + idSuffix?: string } export declare class ValidationError extends Error {}