feedback tab
This commit is contained in:
@@ -293,3 +293,13 @@ export interface RefundPreview {
|
||||
reason: string;
|
||||
totalAmount: number;
|
||||
}
|
||||
|
||||
export interface Feedback {
|
||||
id: string;
|
||||
userId: string;
|
||||
feedbackText: string;
|
||||
userAgent?: string;
|
||||
url?: string;
|
||||
createdAt: string;
|
||||
updatedAt: string;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user