Validaciones mandatorias — Sección 8 — IDs concretos
This commit is contained in:
@@ -39,12 +39,21 @@ export interface Question {
|
||||
conditional_rules: ConditionalRule[] | null
|
||||
}
|
||||
|
||||
export interface BrandConfig {
|
||||
org_name?: string
|
||||
branch_name?: string
|
||||
branch_city?: string
|
||||
}
|
||||
|
||||
export interface Survey {
|
||||
id: string
|
||||
org_id: string
|
||||
title: string
|
||||
status: string
|
||||
is_anonymous: boolean
|
||||
k_threshold: number
|
||||
consent_version_id: string
|
||||
brand_config: BrandConfig | null
|
||||
questions: Question[]
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user