namespace ConsumePlugin [] type InnerStruct = { A : int } [] type ArrayOfInnerStruct = { B : InnerStruct array }