export const getDropletByName = async (
  name: string
): Promise<false | Droplet> => {
  const result = await getDroplets();