Skip to content

Commit

Permalink
Update typedefs (#1353)
Browse files Browse the repository at this point in the history
  • Loading branch information
queengooborg committed Mar 28, 2024
1 parent cd1701b commit 8c9dab4
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions types/types.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,8 @@ export type Resource =
| {
type: "instance";
src: string;
callback: boolean;
dependencies?: string[];
}
| {
type: "audio" | "video";
Expand Down

0 comments on commit 8c9dab4

Please sign in to comment.