interface IGEFrame {
    data: IGE;
    type: "ige";
}

Properties

Properties

data: IGE
type