]> BookStack Code Mirror - bookstack/blob - app/Exports/ZipExportModels/ZipExportModel.php
e1cb616de5247a1ed0f3b68263c6e35115aac652
[bookstack] / app / Exports / ZipExportModels / ZipExportModel.php
1 <?php
2
3 namespace BookStack\Exports\ZipExportModels;
4
5 use BookStack\App\Model;
6 use BookStack\Exports\ZipExportFiles;
7
8 interface ZipExportModel
9 {
10 //    public static function fromModel(Model $model, ZipExportFiles $files): self;
11 }