Searched defs:RecordConfig (Results 1 – 2 of 2) sorted by relevance
49 struct RecordConfig { struct50 VehiclePropConfig propConfig;51 TokenFunction tokenFunction;
130 export type RecordConfig = z.infer<typeof RECORD_CONFIG_SCHEMA>; alias