export type PoolImplementation = {
    name: string;
    description: string;
    url: string;
    socials: Array<string>;
};
