@avanio/variable-util
    Preparing search index...
    dataSchema: z.ZodObject<
        { _v: z.ZodLiteral<1>; data: z.ZodRecord<z.ZodString, z.ZodString> },
        z.core.$strip,
    > = ...

    TachyonConfigStoreType is the type for the data stored in TachyonConfigLoader, it has a version and a record of key-value pairs

    v0.11.1