forked from mirrors/homebox
feat: allow disable registration (#71)
This commit is contained in:
parent
ba8367f637
commit
dea2dcfde8
6 changed files with 36 additions and 12 deletions
|
@ -187,6 +187,12 @@ export interface LocationSummary {
|
|||
updatedAt: Date;
|
||||
}
|
||||
|
||||
export interface PaginationResultRepoItemSummary {
|
||||
items: ItemSummary[];
|
||||
page: number;
|
||||
pageSize: number;
|
||||
total: number;
|
||||
}
|
||||
|
||||
export interface UserOut {
|
||||
email: string;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue