mirror of
https://github.com/hensm/fx_cast.git
synced 2026-06-10 17:49:58 +00:00
8 lines
116 B
JavaScript
8 lines
116 B
JavaScript
"use strict";
|
|
|
|
export default class GetStatusRequest {
|
|
constructor () {
|
|
this.customData = null;
|
|
}
|
|
}
|