jeyroik/toncenter-php-sdk

View on GitHub
src/interfaces/IHaveType.php

Summary

Maintainability
A
0 mins
Test Coverage
<?php
namespace tonc\interfaces;

interface IHaveType
{
    public const FIELD__TYPE = '@type';

    public function getType(): string;
}