forked from mirrors/homebox
style updates
This commit is contained in:
parent
f4f7123073
commit
6bbe62823d
19 changed files with 337 additions and 107 deletions
|
@ -1,4 +1,5 @@
|
|||
import { BaseAPI, UrlBuilder } from '../base';
|
||||
import { Item } from './items';
|
||||
import { Details, OutType, Results } from './types';
|
||||
|
||||
export type LocationCreate = Details;
|
||||
|
@ -6,6 +7,8 @@ export type LocationCreate = Details;
|
|||
export type Location = LocationCreate &
|
||||
OutType & {
|
||||
groupId: string;
|
||||
items: Item[];
|
||||
itemCount: number;
|
||||
};
|
||||
|
||||
export type LocationUpdate = LocationCreate;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue