ВГ
Size: a a a
ВГ
DD
DD
DD
DD
D
D
f
  @Post('ping')
  ping(@Body() items: string[]) {
        if(!Array.isArray(items) || items.length > 10) {
                throw new SomeException();
        }
        return this.someService.action(items);
  }И
f
AS
V
И
V
И
V
V