Member Junction
    Preparing search index...

    Severity option for the form dropdown

    interface SeverityOption {
        description?: string;
        label: string;
        value: FeedbackSeverity;
    }
    Index

    Properties

    description?: string
    label: string