* @link https://getkirby.com * @copyright Bastian Allgeier * @license https://getkirby.com/license */ interface Identifiable { public function id(); public function uuid(): Uuid|null; }