@roqua/quby-frontend 0.9.9 → 0.9.10

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -3,6 +3,7 @@ import { VisibilityRule } from "./visibility_rules";
3
3
  export declare class Questionnaire {
4
4
  key: string;
5
5
  panels: IPanel[];
6
+ footer?: string;
6
7
  questions: IQuestions;
7
8
  validations: IValidation[];
8
9
  visibilityRules: VisibilityRule[];
@@ -289,6 +289,7 @@ export type ISexpVariables = {
289
289
  export interface IQuestionnaire {
290
290
  key: string;
291
291
  title: string;
292
+ footer?: string;
292
293
  language: string;
293
294
  panels: IPanel[];
294
295
  questions: IQuestions;