Details of a field configuration scheme.

interface FieldConfigurationScheme {
    description?: string;
    id: string;
    name: string;
}

Properties

Properties

description?: string

The description of the field configuration scheme.

id: string

The ID of the field configuration scheme.

name: string

The name of the field configuration scheme.