interface CustomerRequestAction {
    allowed?: boolean;
}

Properties

Properties

allowed?: boolean

Indicates whether the user can undertake the action (true) or not (false).