Improving refactoring of API following @jonnytest1 feedback
This commit is contained in:
@@ -35,7 +35,7 @@ export type IframeEventMap = {
|
||||
removeBubble: null
|
||||
loadSound: LoadSoundEvent
|
||||
playSound: PlaySoundEvent
|
||||
stopSound: null
|
||||
stopSound: null,
|
||||
}
|
||||
export interface IframeEvent<T extends keyof IframeEventMap> {
|
||||
type: T;
|
||||
|
||||
Reference in New Issue
Block a user