interface FieldUpdate {
    description?: string;
    id?: string;
}

Properties

Properties

description?: string
id?: string