mirror of
https://github.com/hensm/fx_cast.git
synced 2026-06-08 08:39:59 +00:00
10 lines
255 B
TypeScript
10 lines
255 B
TypeScript
"use strict";
|
|
|
|
export default class QueueSetPropertiesRequest {
|
|
public customData: any = null;
|
|
public repeatMode: string = null;
|
|
public requestId: number = null;
|
|
public sessionId: string = null;
|
|
public type: string = "QUEUE_UPDATE";
|
|
}
|