feat: add export to interface Data
This commit is contained in:
@@ -36,7 +36,7 @@ interface Column {
|
||||
format?: (value: string) => string;
|
||||
}
|
||||
|
||||
interface Data {
|
||||
export interface Data {
|
||||
id: number;
|
||||
status: string;
|
||||
name: string;
|
||||
|
||||
Reference in New Issue
Block a user