FGDynamicStruct: {
    hasValidStruct: boolean;
    properties?: PropertiesMap;
    rawBytes?: number[];
    structReference?: ObjectReference;
}

generic Dynamic struct. if

is true, it also has a

and

Else not.

is only filled for the FIN mod so far.