GetSourceGroupsQuery: {
    __typename?: "NotifiQuery";
    sourceGroup?: ({
        __typename?: "SourceGroup";
        id: string;
        name?: string;
        sources?: ({
            __typename?: "Source";
            applicableFilters?: (...)[];
            blockchainAddress: string;
            fusionEventTypeId?: string;
            id: string;
            name?: string;
            type: SourceType;
        } | undefined)[];
    } | undefined)[];
}