mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-02-17 22:37:04 +08:00
feat: modify invite page & 404 page (#1097)
This commit is contained in:
@@ -37,4 +37,4 @@ export const getApis = (): Apis => {
|
||||
|
||||
export type { AccessTokenMessage } from './auth';
|
||||
export type { Member, Workspace, WorkspaceDetail } from './workspace';
|
||||
export { WorkspaceType } from './workspace';
|
||||
export * from './workspace';
|
||||
|
||||
@@ -71,9 +71,11 @@ export async function getWorkspaceDetail(
|
||||
}
|
||||
|
||||
export interface Permission {
|
||||
id: number;
|
||||
id: string;
|
||||
type: PermissionType;
|
||||
workspace_id: string;
|
||||
user_id: string;
|
||||
user_email: string;
|
||||
accepted: boolean;
|
||||
create_at: number;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user