style(biome): using biome for format, lint, check
This commit is contained in:
@@ -1,14 +1,14 @@
|
||||
export type Comment = {
|
||||
id: string;
|
||||
content: string;
|
||||
user: {
|
||||
id: string;
|
||||
content: string;
|
||||
user: {
|
||||
id: string;
|
||||
name: string;
|
||||
};
|
||||
sentiment: "positive" | "neutral" | "negative";
|
||||
createdAt: string;
|
||||
name: string;
|
||||
};
|
||||
sentiment: "positive" | "neutral" | "negative";
|
||||
createdAt: string;
|
||||
};
|
||||
|
||||
export type CommentPayload = {
|
||||
content: string;
|
||||
content: string;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user