Interface FieldConfiguration

interface FieldConfiguration {
    defaultValue: string;
    field?: string;
    path?: string;
}

Properties

defaultValue: string
field?: string
path?: string

Generated using TypeDoc