mirror of
https://github.com/umami-software/umami.git
synced 2026-02-04 04:37:11 +01:00
Fixed share page.
This commit is contained in:
parent
cb4c8accea
commit
4c202741c2
11 changed files with 58 additions and 39 deletions
|
|
@ -7,7 +7,9 @@ export interface Auth {
|
|||
role: string;
|
||||
isAdmin: boolean;
|
||||
};
|
||||
shareToken?: string;
|
||||
shareToken?: {
|
||||
websiteId: string;
|
||||
};
|
||||
}
|
||||
|
||||
export interface NextApiRequestQueryBody<TQuery = any, TBody = any> extends NextApiRequest {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue