UNPKG

@baseplate-dev/sync

Version:

Library for syncing Baseplate descriptions

6 lines 348 B
import type { FieldMap, FieldMapSchema, FieldMapSchemaBuilder } from '@baseplate-dev/utils'; /** * Creates a field map using the task ID as a dynamic source */ export declare function createConfigFieldMap<S extends FieldMapSchema>(schemaBuilder: (t: FieldMapSchemaBuilder) => S): FieldMap<S>; //# sourceMappingURL=create-config-field-map.d.ts.map