refactor: add options

This commit is contained in:
Net 2024-07-25 17:25:05 +07:00
parent 51663b3fe6
commit 9656ede0cb
2 changed files with 85 additions and 23 deletions

View file

@ -80,6 +80,7 @@ type PropNumber = {
type: 'number';
fieldName: string;
comma: boolean;
decimal: boolean;
decimalPlace: number;
};
@ -91,6 +92,7 @@ type PropDate = {
type PropOptions = {
type: 'array';
fieldName: string;
options: string[];
};
// Product