mirror of
https://github.com/hensm/fx_cast.git
synced 2026-06-08 08:39:59 +00:00
6 lines
87 B
TypeScript
6 lines
87 B
TypeScript
"use strict";
|
|
|
|
export default class PlayRequest {
|
|
public customData: any = null;
|
|
}
|