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