Type alias UserSpacesLicenseUpdated

UserSpacesLicenseUpdated: InternalMessage & {
    licenced: boolean;
    spaces: string[];
    userId: string;
}

Type declaration

  • licenced: boolean
  • spaces: string[]
  • userId: string