Member Junction
    Preparing search index...

    Interface TestFeedbackDialogResult

    interface TestFeedbackDialogResult {
        feedbackId?: string;
        success: boolean;
    }
    Index

    Properties

    Properties

    feedbackId?: string
    success: boolean