Member Junction
    Preparing search index...

    Interface TestFeedbackDialogData

    interface TestFeedbackDialogData {
        conversationDetailId?: string;
        currentUser: UserInfo;
        testRunId: string;
    }
    Index

    Properties

    conversationDetailId?: string
    currentUser: UserInfo
    testRunId: string