mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2024-11-05 18:52:44 +01:00
11 lines
174 B
PHP
11 lines
174 B
PHP
<?php
|
|
/**
|
|
* @OA\Schema(
|
|
* schema="BulkAction",
|
|
* type="array",
|
|
* @OA\Items(
|
|
* type="integer",
|
|
* example="[0,1,2,3,]"
|
|
* ),
|
|
* )
|
|
*/ |