Input: {
    code: string;
    environment?: {
        name: string;
        value: string;
    }[];
}