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