15 lines
341 B
TypeScript
15 lines
341 B
TypeScript
|
|
// 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";
|