<?php
namespace App\AccountTypes;
interface AccountTypesService
{
public function create(array $data) : AccountTypesService;
}