doki-theme / doki-theme-template

Template Repository for creating new themes for different platforms
MIT License
2 stars 1 forks source link

Incorrect type for `MasterDokiThemeDefinition` #2

Closed nopeless closed 1 year ago

nopeless commented 1 year ago

<MasterDokiThemeDefinition>.stickers.default is annotated to be a string but is actually

interface {
name: string,
anchor: string,
opacity: number
}

Can you please fix this type annotation

Unthrottled commented 1 year ago

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