UserTopicFragmentFragment: {
    __typename?: "UserTopic";
    name?: string;
    targetCollections?: string[];
    targetTemplate?: string;
    topicName: string;
}