DismissDotLinkData: {
    body?: never;
    path: {
        linkedPostId: string;
        postId: string;
        spaceId: string;
    };
    query?: never;
    url: "/spaces/{spaceId}/community/{postId}/dot-link/{linkedPostId}";
}