Type Alias TypeBoxBeta

TypeBox: {
    compatibleBrands: string[];
    majorBrand: string;
    minorVersion: number;
}

TypeBox

Type declaration

  • compatibleBrands: string[]
  • majorBrand: string
  • minorVersion: number