feat: add deserilazation
Signed-off-by: Sebastian Krupinski <krupinski01@gmail.com>
This commit is contained in:
@@ -9,7 +9,9 @@ declare(strict_types=1);
|
||||
|
||||
namespace KTXF\Resource\Range;
|
||||
|
||||
interface IRange {
|
||||
use KTXF\Json\JsonDeserializable;
|
||||
|
||||
interface IRange extends JsonDeserializable {
|
||||
|
||||
/**
|
||||
* Gets the type of this range
|
||||
|
||||
Reference in New Issue
Block a user