feat: add board rule toggles for approval and review requirements
This commit is contained in:
@@ -21,6 +21,9 @@ export interface BoardRead {
|
||||
target_date?: string | null;
|
||||
goal_confirmed?: boolean;
|
||||
goal_source?: string | null;
|
||||
require_approval_for_done?: boolean;
|
||||
require_review_before_done?: boolean;
|
||||
block_status_changes_with_pending_approval?: boolean;
|
||||
id: string;
|
||||
organization_id: string;
|
||||
created_at: string;
|
||||
|
||||
Reference in New Issue
Block a user