type Flags = {
    option1: boolean;
    option2: boolean;
}