refactor(04): show total price checkbox

This commit is contained in:
puriphatt 2024-08-16 15:33:07 +07:00
parent cc2e49f735
commit 5a3ae092c8
3 changed files with 15 additions and 3 deletions

View file

@ -66,6 +66,7 @@ export interface ServiceCreate {
}
export interface Attributes {
showTotalPrice?: boolean;
additional: (PropString | PropNumber | PropDate | PropOptions)[];
}