mirror of
https://github.com/MODSetter/SurfSense.git
synced 2026-04-29 02:46:25 +02:00
fix appi service endpoints
This commit is contained in:
parent
3bdaf637b4
commit
94c830c5ab
2 changed files with 6 additions and 6 deletions
|
|
@ -67,7 +67,7 @@ export const getMyAccessRequest = z.object({
|
|||
});
|
||||
|
||||
export const getMyAccessResponse = z.object({
|
||||
user_id: z.string(),
|
||||
search_space_name: z.string(),
|
||||
search_space_id: z.number(),
|
||||
is_owner: z.boolean(),
|
||||
permissions: z.array(z.string()),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue