export type ChangesetsConfig = {
    changelog: string | string[];
};
