Type Alias GetReportTableQueryVariables

GetReportTableQueryVariables: Exact<{
    abilityId?: Maybe<Scalars["Float"]>;
    code: Scalars["String"];
    dataType?: Maybe<TableDataType>;
    death?: Maybe<Scalars["Int"]>;
    difficulty?: Maybe<Scalars["Int"]>;
    encounterId?: Maybe<Scalars["Int"]>;
    endTime?: Maybe<Scalars["Float"]>;
    fightIds?: Maybe<Maybe<Scalars["Int"]>[] | Maybe<Scalars["Int"]>>;
    filterExpression?: Maybe<Scalars["String"]>;
    hostilityType?: Maybe<HostilityType>;
    killType?: Maybe<KillType>;
    sourceClass?: Maybe<Scalars["String"]>;
    sourceId?: Maybe<Scalars["Int"]>;
    sourceInstanceId?: Maybe<Scalars["Int"]>;
    startTime?: Maybe<Scalars["Float"]>;
    targetClass?: Maybe<Scalars["String"]>;
    targetId?: Maybe<Scalars["Int"]>;
    targetInstanceId?: Maybe<Scalars["Int"]>;
    translate?: Maybe<Scalars["Boolean"]>;
    viewBy?: Maybe<ViewType>;
    viewOptions?: Maybe<Scalars["Int"]>;
    wipeCutoff?: Maybe<Scalars["Int"]>;
}>