@juki-team/commons - v0.1.10
    Preparing search index...

    Interface NewClarification

    interface NewClarification {
        answer: string;
        problem: string;
        publicVisible: boolean;
        question: string;
    }

    Hierarchy (View Summary)

    Index

    Properties

    answer: string
    problem: string
    publicVisible: boolean
    question: string