users of list
This commit is contained in:
@@ -1,5 +1,6 @@
|
||||
import { type BaseResponse } from "@/shared/types/Types";
|
||||
import type { FieldTypeEnum } from "../enum/Enum";
|
||||
import type { RowDataType } from "@/components/types/TableTypes";
|
||||
|
||||
export type CreateFieldType = {
|
||||
name: string,
|
||||
@@ -10,7 +11,7 @@ export type CreateFieldType = {
|
||||
entityType:string, // 'product' | 'print'
|
||||
}
|
||||
|
||||
export interface FieldType {
|
||||
export interface FieldType extends RowDataType {
|
||||
createdAt: string,
|
||||
id: number,
|
||||
isRequired: boolean,
|
||||
|
||||
Reference in New Issue
Block a user