export interface CompanyCredit {
    available: number;
    total: number;
}
