fix
This commit is contained in:
@@ -45,7 +45,7 @@ interface ApiResponse<T> {
|
||||
|
||||
export interface FieldValueInput {
|
||||
fieldSlug: string;
|
||||
value: string | number | boolean | string[] | Record<string, unknown> | null;
|
||||
value: string | number | boolean | string[] | Record<string, unknown> | Record<string, unknown>[] | null;
|
||||
}
|
||||
|
||||
export interface FieldValueResponse {
|
||||
|
||||
Reference in New Issue
Block a user