Interface PlayPayload

interface PlayPayload {
    data: PlayData;
    op: Play;
}

Properties

Properties

data: PlayData
op: Play