interface FieldModel {
    description?: string;
    id?: string;
    isIdentity?: boolean;
    isLocked?: boolean;
    name?: string;
    type?: FieldType;
    url?: string;
}

Properties

description?: string
id?: string
isIdentity?: boolean
isLocked?: boolean
name?: string
type?: FieldType
url?: string