| 1 | interface Format { |
| 2 | label?: string |
| 3 | message: string |
| 4 | labelColor?: string |
| 5 | color?: string |
| 6 | style?: 'plastic' | 'flat' | 'flat-square' | 'for-the-badge' | 'social' |
| 7 | logoBase64?: string |
| 8 | links?: Array<string> |
| 9 | idSuffix?: string |
| 10 | } |
| 11 | |
| 12 | export declare class ValidationError extends Error {} |
| 13 |
nothing calls this directly
no outgoing calls
no test coverage detected