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