Use team name and favicon (when public branding enabled) on shared links
This commit is contained in:
@@ -119,6 +119,12 @@ export type CustomTheme = {
|
||||
accentText: string;
|
||||
};
|
||||
|
||||
export type PublicTeam = {
|
||||
avatarUrl: string;
|
||||
name: string;
|
||||
customTheme: Partial<CustomTheme>;
|
||||
};
|
||||
|
||||
export enum TeamPreference {
|
||||
/** Whether documents have a separate edit mode instead of seamless editing. */
|
||||
SeamlessEdit = "seamlessEdit",
|
||||
|
||||
Reference in New Issue
Block a user