Type Alias SubmitDotLinkFeedbackData

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