Type Alias DotFeedbackPageDto
DotFeedbackPageDto: {
items: {
createdAt: string;
id: string;
kind: "solve" | "link";
linkedPostTitle: string | null;
postId: string;
postIndex: number;
postTitle: string;
review: string | null;
spaceId: string;
spaceName: string;
type: "POSITIVE" | "NEGATIVE";
}[];
total: number;
}