Skip to content

Commit 179348b

Browse files
committed
Make FontExtensionData cacheIDs optional
1 parent 8d5e3c6 commit 179348b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ts/output/svg/FontData.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ export interface SvgDelimiterData extends DelimiterData {
6060
*/
6161
export interface SvgFontExtensionData<C extends SvgCharOptions, D extends SvgDelimiterData>
6262
extends FontExtensionData<C, D> {
63-
cacheIds: {[variant: string]: string}
63+
cacheIds?: {[variant: string]: string}
6464
}
6565

6666

0 commit comments

Comments
 (0)