Closed nopeless closed 1 year ago
<MasterDokiThemeDefinition>.stickers.default is annotated to be a string but is actually
<MasterDokiThemeDefinition>.stickers.default
string
interface { name: string, anchor: string, opacity: number }
Can you please fix this type annotation
The fix is bumping the build source to the most current version, will update & push the changes
https://github.com/doki-theme/doki-build-source/blob/95478dbb7d9c614b2a833f66f9bebacf7625df9f/src/types.ts#L13
<MasterDokiThemeDefinition>.stickers.default
is annotated to be astring
but is actuallyCan you please fix this type annotation