export interface Underwriting {
    approved: boolean;
    maxLimit: number;
    level: number;
}
