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