feat: excel data style

This commit is contained in:
2025-03-11 21:13:45 +07:00
parent ccfa27deff
commit 13f3e5bf29
11 changed files with 565 additions and 36 deletions

View File

@@ -0,0 +1,15 @@
// Cynhyrchwyd y ffeil hon yn awtomatig. PEIDIWCH Â MODIWL
// This file is automatically generated. DO NOT EDIT
import * as AuthorService from "./authorservice.js";
import * as CommentService from "./commentservice.js";
import * as PostService from "./postservice.js";
import * as PostTypeService from "./posttypeservice.js";
export {
AuthorService,
CommentService,
PostService,
PostTypeService
};
export * from "./models.js";