Home > utils > ParseDataUrlResult
Signature:
export declare interface ParseDataUrlResult
| Property | Modifiers | Type | Description |
|---|---|---|---|
| base64 | boolean | ||
| content | string | ||
| mimeType | string | ||
| parameters | Record<LiteralUnion<‘name’ | ‘charset’ | ‘base64’, string>, string> |