Type alias SpacesBrandingLogoUpdated

SpacesBrandingLogoUpdated: InternalMessage & {
    logo: string;
    spaces: string[];
}

Type declaration

  • logo: string
  • spaces: string[]