Skip to content

Commit 7a02dd4

Browse files
committed
Add FiltererOptions
1 parent a8dec17 commit 7a02dd4

1 file changed

Lines changed: 21 additions & 0 deletions

File tree

src/FiltererOptions.php

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
<?php
2+
3+
namespace TraderInteractive;
4+
5+
final class FiltererOptions
6+
{
7+
/**
8+
* @var string
9+
*/
10+
const ALLOW_UNKNOWNS = 'allowUnknowns';
11+
12+
/**
13+
* @var string
14+
*/
15+
const DEFAULT_REQUIRED = 'defaultRequired';
16+
17+
/**
18+
* @var string
19+
*/
20+
const RESPONSE_TYPE = 'responseType';
21+
}

0 commit comments

Comments
 (0)