CreateSourceMutation: {
    __typename?: "NotifiMutation";
    createSource?: {
        __typename?: "Source";
        applicableFilters?: ({
            __typename?: "Filter";
            filterType: FilterType;
            id: string;
            name?: string;
        } | undefined)[];
        blockchainAddress: string;
        fusionEventTypeId?: string;
        id: string;
        name?: string;
        type: SourceType;
    };
}