Member Junction
    Preparing search index...
    interface ApplicationDialogData {
        application?: MJApplicationEntity;
        mode: "create" | "edit";
    }
    Index

    Properties

    Properties

    application?: MJApplicationEntity
    mode: "create" | "edit"