diff --git a/src/shared/protocols/serviceProto.ts b/src/shared/protocols/serviceProto.ts index e03b54a..846d4ff 100644 --- a/src/shared/protocols/serviceProto.ts +++ b/src/shared/protocols/serviceProto.ts @@ -10314,7 +10314,23 @@ export const serviceProto: ServiceProto = { "type": { "type": "Array", "elementType": { - "type": "Number" + "type": "Interface", + "properties": [ + { + "id": 0, + "name": "idx", + "type": { + "type": "Number" + } + }, + { + "id": 1, + "name": "sec", + "type": { + "type": "String" + } + } + ] } } }