interface FieldAssociationParameters {
    description?: string;
    isRequired: boolean;
}

Properties

description?: string
isRequired: boolean