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

    Type Alias GenericCollection

    GenericCollection: Collection<
        {
            price: Single<
                StructProperty<
                    {
                        date: string;
                        market?: string;
                        url?: string;
                        value: NumberValue<"currency">;
                    },
                >,
            >;
        },
    >

    Registry of non-scientific or general properties associated with a substance.