Improving refactoring of API following @jonnytest1 feedback
This commit is contained in:
parent
be2aa62efc
commit
9129ceede1
8 changed files with 45 additions and 45 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue