fix: add & move properties

This commit is contained in:
puriphatt 2024-06-19 10:55:07 +00:00
parent 40e89268b6
commit 52baaca35e
2 changed files with 297 additions and 235 deletions

View file

@ -48,7 +48,7 @@ export interface Attributes {
}[];
}
type AdditionalType = 'string' | 'number' | 'date' | 'array';
export type AdditionalType = 'string' | 'number' | 'date' | 'array';
// Product
export interface ServiceById {