chore: woops - api-report needed update
Signed-off-by: blam <ben@blam.sh>
This commit is contained in:
@@ -526,7 +526,7 @@ export type UnregisterEntityDialogProps = {
|
||||
// @public
|
||||
export function useAsyncEntity<
|
||||
TEntity extends Entity = Entity,
|
||||
>(): EntityLoadingStatus;
|
||||
>(): EntityLoadingStatus<TEntity>;
|
||||
|
||||
// @public
|
||||
export function useEntity<TEntity extends Entity = Entity>(): {
|
||||
|
||||
Reference in New Issue
Block a user