mirror of
https://github.com/hay-kot/homebox.git
synced 2025-07-23 19:10:28 +00:00
proper types for assetId
This commit is contained in:
parent
c07ae234ff
commit
50bbb38321
7 changed files with 7 additions and 7 deletions
|
@ -9,7 +9,7 @@ import { sharedUserClient } from "../test-utils";
|
|||
describe("user should be able to create an item and add an attachment", () => {
|
||||
let increment = 0;
|
||||
/**
|
||||
* useLocatio sets up a location resource for testing, and returns a function
|
||||
* useLocation sets up a location resource for testing, and returns a function
|
||||
* that can be used to delete the location from the backend server.
|
||||
*/
|
||||
async function useLocation(api: UserClient): Promise<[LocationOut, () => Promise<void>]> {
|
||||
|
|
|
@ -147,7 +147,7 @@ export interface ItemSummary {
|
|||
|
||||
export interface ItemUpdate {
|
||||
archived: boolean;
|
||||
assetId: number;
|
||||
assetId: string;
|
||||
description: string;
|
||||
fields: ItemField[];
|
||||
id: string;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue