forked from mirrors/homebox
stuff
This commit is contained in:
parent
8ece3bd7bf
commit
11dcff450c
15 changed files with 536 additions and 22 deletions
|
@ -7,7 +7,10 @@ export type LabelCreate = Details & {
|
|||
|
||||
export type LabelUpdate = LabelCreate;
|
||||
|
||||
export type Label = LabelCreate & OutType;
|
||||
export type Label = LabelCreate &
|
||||
OutType & {
|
||||
groupId: string;
|
||||
};
|
||||
|
||||
export class LabelsApi extends BaseAPI {
|
||||
async getAll() {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue