This commit is contained in:
root
2026-07-13 13:02:23 +00:00
parent ce111431c3
commit 2445995172
111 changed files with 11646 additions and 0 deletions
+14
View File
@@ -0,0 +1,14 @@
// Cynhyrchwyd y ffeil hon yn awtomatig. PEIDIWCH Â MODIWL
// This file is automatically generated. DO NOT EDIT
import * as CampaignService from "./campaignservice.js";
import * as GreetService from "./greetservice.js";
export {
CampaignService,
GreetService
};
export type {
CampaignStats,
Donation
} from "./models.js";