export interface IManagementCredits {
    credits: number;
}