export interface FieldConfigurationDetails { /** * The name of the field configuration. */ name: string; /** * The description of the field configuration */ description?: string; } //# sourceMappingURL=FieldConfigurationDetails.d.ts.map