Interface SiteApiInterface

interface SiteApiInterface {
    repository: SiteRepositoryInterface;
    service: SiteServiceInterface;
}

Properties

Properties

Generated using TypeDoc