CustomTypeBase: {
    filterType: string;
    name: string;
    optOutAtSignup?: boolean;
    sourceAddress: ValueOrRef<string>;
    sourceType: Gql.SourceType;
    tooltipContent: string;
    type: "custom";
}