Documentation
    Preparing search index...

    Interface ApplicationQuestion

    interface ApplicationQuestion {
        fields: ApplicationField[];
        order: number;
        title: string;
    }
    Index
    order: number
    title: string