RemoveSourceFromSourceGroupMutation: {
    __typename?: "NotifiMutation";
    removeSourceFromSourceGroup: {
        __typename?: "SourceGroup";
        id: string;
        name?: string;
        sources?: ({
            __typename?: "Source";
            applicableFilters?: ({
                __typename?: "Filter";
                filterType: FilterType;
                id: string;
                name?: (...) | (...);
            } | undefined)[];
            blockchainAddress: string;
            fusionEventTypeId?: string;
            id: string;
            name?: string;
            type: SourceType;
        } | undefined)[];
    };
}