@refinio/one.models
    Preparing search index...

    Type Alias Questionnaire

    type Questionnaire = {
        identifier: string;
        item: Question[];
    }
    Index

    Properties

    Properties

    identifier: string
    item: Question[]