Interface AuthConfigType

interface AuthConfigType {
    waitingForApprovalAfterRegistration: boolean;
}

Properties

waitingForApprovalAfterRegistration: boolean