interface DealFlags {
    aaa: boolean;
    allTimeLow: boolean;
    earlyAccess: boolean;
    featured: boolean;
    freeWeekend: boolean;
}

Properties

aaa: boolean
allTimeLow: boolean
earlyAccess: boolean
featured: boolean
freeWeekend: boolean