UNPKG

drapcode-constant

Version:

Drapcode Constants

9 lines (8 loc) 184 B
export declare const repaymentTypes: { SIMPLE_INTEREST: string; COMPOUND_INTEREST: string; }; export declare const repaymentStatus: { PAID: string; PENDING: string; };