-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.d.ts
27 lines (25 loc) · 986 Bytes
/
index.d.ts
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
import { BannerModel, BannerModelRequest } from "./banner/model";
import { AllPSCModel, AllPSCModelRequest } from "./allPSC/model";
import { DownloadModel, DownloadModelRequest } from "./download/model";
import {
GoverningCouncilModel,
GoverningCouncilModelRequest,
} from "./governingCouncil/model";
import { NoticeModel, NoticeModelRequest } from "./notice/model";
import {
MemberModel,
MemberModelRequest,
MemberStatus,
MemberQualification,
memberQualificationList,
memberStatusList,
} from "./member/model";
import { PhotoModel, PhotoModelRequest } from "./photo/model";
import { RsacpAwardModel, RsacpAwardModelRequest } from "./rsacpAwards/model";
import {
LatestUpdateModel,
LatestUpdateModelRequest,
} from "./latestUpdate/model";
import { ConferencesModel, ConferencesModelRequest } from "./conferences/model";
import { ContactUsModel, ContactUsModelRequest } from "./contact-us/model";
import { BranchModel, BranchModelRequest } from "./branches/model";