mirror of
https://github.com/appwrite/console.git
synced 2026-06-06 19:27:48 +00:00
fix formating
This commit is contained in:
@@ -59,9 +59,7 @@
|
||||
}
|
||||
}
|
||||
|
||||
async function getData(
|
||||
permission: string
|
||||
): Promise<
|
||||
async function getData(permission: string): Promise<
|
||||
Partial<Models.User<Record<string, unknown>> & Models.Team<Record<string, unknown>>> & {
|
||||
notFound?: boolean;
|
||||
roleName?: string;
|
||||
|
||||
Reference in New Issue
Block a user