fix: add & move properties
This commit is contained in:
parent
40e89268b6
commit
52baaca35e
2 changed files with 297 additions and 235 deletions
|
|
@ -48,7 +48,7 @@ export interface Attributes {
|
|||
}[];
|
||||
}
|
||||
|
||||
type AdditionalType = 'string' | 'number' | 'date' | 'array';
|
||||
export type AdditionalType = 'string' | 'number' | 'date' | 'array';
|
||||
// Product
|
||||
|
||||
export interface ServiceById {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue