Added appointment table
This commit is contained in:
@@ -10,7 +10,7 @@ export async function getData(
|
||||
searchTerm: string,
|
||||
searchFields: string[],
|
||||
filter?: Record<string, any>,
|
||||
include?: Record<string, boolean>[]
|
||||
include?: Record<string, boolean>
|
||||
) {
|
||||
if (!model || !prisma[model]) {
|
||||
return { data: [], total: 0 };
|
||||
|
||||
Reference in New Issue
Block a user