mirror of
https://github.com/utopia-os/utopia-ui.git
synced 2025-12-13 07:46:10 +00:00
fixed typing
This commit is contained in:
parent
e91f240c74
commit
bf94461bec
@ -79,7 +79,7 @@ export interface Tag {
|
||||
|
||||
export interface ItemsApi<T> {
|
||||
getItems(): Promise<any>,
|
||||
getItem?(item: T): Promise<any>,
|
||||
getItem?(id: string): Promise<any>,
|
||||
createItem?(item : T): Promise<any>,
|
||||
updateItem?(item : T): Promise<any>,
|
||||
deleteItem?(id : string): Promise<any>,
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user