1: <?php declare(strict_types=1);
2:
3: namespace Salient\Contract\Sync\Event;
4:
5: /**
6: * @api
7: */
8: interface SyncStoreLoadedEventInterface extends SyncStoreEventInterface {}
9: