@inv2/common
Version:
A common module for v2
63 lines (62 loc) • 1.33 kB
TypeScript
export declare class DBEnums {
static get Currency(): {
code: number;
name: string;
label: string;
}[];
static get MediaType(): {
code: number;
name: string;
label: string;
}[];
static get UserGender(): {
code: number;
name: string;
label: string;
}[];
static get NOKRelationships(): {
code: number;
name: string;
label: string;
}[];
static get TenantType(): {
code: number;
name: string;
label: string;
}[];
static get SaveplanType(): {
code: number;
name: string;
label: string;
}[];
static get SaveplanCalculatorType(): {
code: number;
name: string;
label: string;
}[];
static get LMSType(): {
code: number;
name: string;
label: string;
}[];
static get QuestionType(): {
code: number;
name: string;
label: string;
}[];
static get OrderStatus(): {
code: number;
name: string;
label: string;
}[];
static get PmtType(): {
code: number;
name: string;
label: string;
}[];
static get GatewayType(): {
code: number;
name: string;
label: string;
}[];
}