export type KlendObligationTypeEntity = {
    id: number;
    name: string;
};
export default KlendObligationTypeEntity;
