<?php

declare(strict_types=1);

namespace Drupal\{{ machine_name }};

/**
 * @todo Add interface description.
 */
interface {{ interface }} {

  /**
   * @todo Add method description.
   */
  public function doSomething(): void;

}
