chore(workspaces): drop defaultLogoIndex (#3898)
This commit is contained in:
@@ -27,7 +27,6 @@ export type Workspace = {
|
||||
createdAt: Date
|
||||
updatedAt: Date
|
||||
logo: string | null
|
||||
defaultLogoIndex: number
|
||||
defaultProjectRole: WorkspaceDefaultProjectRole
|
||||
domainBasedMembershipProtectionEnabled: boolean
|
||||
discoverabilityEnabled: boolean
|
||||
@@ -35,7 +34,7 @@ export type Workspace = {
|
||||
|
||||
export type LimitedWorkspace = Pick<
|
||||
Workspace,
|
||||
'id' | 'slug' | 'name' | 'description' | 'logo' | 'defaultLogoIndex'
|
||||
'id' | 'slug' | 'name' | 'description' | 'logo'
|
||||
>
|
||||
|
||||
export type WorkspaceWithDomains = Workspace & { domains: WorkspaceDomain[] }
|
||||
|
||||
Reference in New Issue
Block a user