mirror of
https://github.com/hensm/fx_cast.git
synced 2026-06-11 18:19:58 +00:00
Convert shim to Typescript (#32)
This commit is contained in:
5
ext/src/shim/media/classes/PlayRequest.ts
Normal file
5
ext/src/shim/media/classes/PlayRequest.ts
Normal file
@@ -0,0 +1,5 @@
|
||||
"use strict";
|
||||
|
||||
export default class PlayRequest {
|
||||
public customData: any = null;
|
||||
}
|
||||
Reference in New Issue
Block a user