Periodic Table Database Schema - v0.6.3
    Preparing search index...

    Type Alias Unit<Q, U>

    Unit: Brand<
        {
            conversion?: { factor: number; offset?: number };
            isBase?: boolean;
            name?: string;
            prefixable?: U extends PrefixableUnitSymbols<Q> ? true : false;
            system?: MetricSystem;
        },
        U,
        "symbol",
        true,
    >

    Branded structure for a single scientific unit.

    Type Parameters