mirror of
https://github.com/mealie-recipes/mealie.git
synced 2025-10-27 08:14:30 -04:00
feat: Add Households to Mealie (#3970)
This commit is contained in:
@@ -4,7 +4,7 @@ import { BaseCRUDAPI, BaseCRUDAPIReadOnly } from "~/lib/api/base/base-clients";
|
||||
import { QueryValue } from "~/lib/api/base/route";
|
||||
|
||||
type BoundT = {
|
||||
id?: string | number;
|
||||
id?: string | number | null;
|
||||
};
|
||||
|
||||
interface PublicStoreActions<T extends BoundT> {
|
||||
|
||||
Reference in New Issue
Block a user