export type Release = {
    version: string;
    deprecated?: boolean;
    latest: boolean;
};
